J
JCE
I'm sure I have a fundamental misunderstanding here... (newbie - I'm using
the designer in VS.NET). Have searched the postings...
I had a DataGrid in a WebForm. I am using the 'AllowPaging' (not
'CustomPaging'). I noticed that the entire Webform is redrawn as I page
through the grid.
So, I then wrapped the Datagrid in a WebUserControl and added the control to
the WebForm, thinking that only the new control's Page_Load would be invoked
upon paging through the grid and that the WebForm wouldn't be redrawn too.
Nope. The Page_Load of the WebForm still gets called. Is this the way it
should be, or is there some property/method I need to set/override?
(Goal: stop the entire WebForm from being redrawn when paging through the
DataGrid.)
the designer in VS.NET). Have searched the postings...
I had a DataGrid in a WebForm. I am using the 'AllowPaging' (not
'CustomPaging'). I noticed that the entire Webform is redrawn as I page
through the grid.
So, I then wrapped the Datagrid in a WebUserControl and added the control to
the WebForm, thinking that only the new control's Page_Load would be invoked
upon paging through the grid and that the WebForm wouldn't be redrawn too.
Nope. The Page_Load of the WebForm still gets called. Is this the way it
should be, or is there some property/method I need to set/override?
(Goal: stop the entire WebForm from being redrawn when paging through the
DataGrid.)