-
HELP: DataGrid inside DIV Layer
I got a problem with my DataGrid buttons not responding anymore 
I manage to put a DataGrid inside a DIV layer which is inside a Form.
I saved two files: one without the DIV layer, and one with it.
I noticed some strange things.
1. The 2nd file (with the DIV layer) ViewState value has been shorten:
input type="hidden" name="__VIEWSTATE" value="dDwtMTUwNzk3NzA5ODs7PuNEEXG0lqt7huI3eo5pkRMBPji1"
The 1st file (without the DIV layer) has a massive ViewState value
spanning several lines.
2. The 2nd file (with the DIV layer) each DataGrid button hasn't got
it's name attribute set anymore:
(BEFORE) input type="submit" name="DataGrid1:_ctl2:_ctl0" value="Edit" ID="Submit1"
(AFTER) input type="submit" name value="Edit" ID="Submit1"
Does DataGrids have to be attached directly to a Form Server Control for
it to work properly? Is it not possible attaching the DataGrid to a DIV
then to the Form? eg. Form > DIV > DataGrid ???
Can AJAX help solve this problem?
PS: ASP.NET floating layers http://www.ferant.com/
Similar Threads
-
By Balaji N.S in forum .NET
Replies: 3
Last Post: 02-17-2007, 02:36 PM
-
Replies: 1
Last Post: 08-11-2003, 11:53 PM
-
By Alexis Torreno in forum Web
Replies: 0
Last Post: 09-25-2001, 01:16 PM
-
By Jesse in forum VB Classic
Replies: 0
Last Post: 06-02-2001, 07:20 PM
-
By Chris Kaminski in forum Web
Replies: 0
Last Post: 03-18-2001, 10:54 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks