Click here to Skip to main content
15,914,074 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: radiobox all items display Pin
Guffa13-Apr-06 9:31
Guffa13-Apr-06 9:31 
AnswerRe: radiobox all items display Pin
Jakob Farian Krarup13-Apr-06 12:44
Jakob Farian Krarup13-Apr-06 12:44 
GeneralRe: radiobox all items display Pin
kirthikirthi14-Apr-06 18:05
kirthikirthi14-Apr-06 18:05 
QuestionGridView Updates with ObjectDataSource Pin
Jason K13-Apr-06 7:56
Jason K13-Apr-06 7:56 
AnswerRe: GridView Updates with ObjectDataSource Pin
minhpc_bk13-Apr-06 14:51
minhpc_bk13-Apr-06 14:51 
Questionhow to load DataTable Metadata to TreeView Pin
Dotnetdevs13-Apr-06 7:33
Dotnetdevs13-Apr-06 7:33 
AnswerRe: how to load DataTable Metadata to TreeView Pin
minhpc_bk13-Apr-06 14:54
minhpc_bk13-Apr-06 14:54 
QuestionHELP: DataGrid inside DIV Layer Pin
dhruba.bandopadhyay13-Apr-06 6:17
dhruba.bandopadhyay13-Apr-06 6:17 
I got a problem with my DataGrid buttons not responding anymore Frown | :(
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/
AnswerRe: HELP: DataGrid inside DIV Layer Pin
Mircea Grelus13-Apr-06 6:32
Mircea Grelus13-Apr-06 6:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.