Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Christopher Pragash #1
Server Control - Datagrid paging event - not firing for previous pages
Hello All
I am having a pretty wired problem...I am writing a web part (SPS 2003) that
uses a Datagrid. In the web part, I create the datagird assign some
properties and add event handlers for paging and sorting using AddHandler.
While browsing, I sort the grid and do paging, it works fine for increasing
page numbers...ie if I go from 1 - to - 2 - to - 3 the sort is maintained
and the paging works fine. If I come back to page 2 from page 3, the post
back occurs, but the paging event is not fired at all and the page remains
at page 3. I have tried debugging, but could not figure out whats causing
this...
Any thoughts or help would be really great.
Thanks,
Chris
Christopher Pragash Guest
-
Firing user control event from parent control
Hi, actually you don't need events. all you need is internal or public function exposed by your inner user control(UCSub). you can call that... -
DataGris Paging not working (event not firing)
Hello, It seems that no matter what I do, I cannot get paging working on my datagrid. I'll try to explain as best as I can how my program... -
paging event not firing
i have placed a datagrid control inside a usercontrol.i have set allowpaging to true and have added a pageindex changed handler. for the prev... -
ItemDataBound Event - How to access the previous record when this event is raised in DataGrid?
ItemDataBound Event - How to access the previous record when this event is raised in DataGrid? During "ItemDataBound Event", I would like... -
DataGrid embedded in a control: no DeleteCommand event firing
Hello, I've writted a composite control that contain a datagrid and some other controls (button, checkbox, etc...) In the CreateChildControls,...



Reply With Quote

