I have a grid with two template image buttons. I register both on the Grid_ItemCreated event so that they will do a postback. On the first page of the grid the postbacks work fine. When I page to the second or third page of the grid the buttons will no longer postback.
The grid and the rest of the page use an Ajaxmanager control. If I use an AjaxPanel around the whole page instead of the AjaxManager it works fine. How do I go about getting a button in a grid templatecolumn to do a postback when the grid page has changed?
Using an AjaxPanel around the whole page is not effecient.
Thanks
The grid and the rest of the page use an Ajaxmanager control. If I use an AjaxPanel around the whole page instead of the AjaxManager it works fine. How do I go about getting a button in a grid templatecolumn to do a postback when the grid page has changed?
Using an AjaxPanel around the whole page is not effecient.
Thanks