Hi,
I have read hundreds of post regarding this issue, but none have an answer for my situation. So hopefully somebody here can help!
I have a gridview in an updatepanel (AJAX control toolkit) and because paging/sorting aren't supported I've added my own custom paging. I have dynamically loaded LinkButtons in the updatepanel to change the page but they only fire on the second click. I have also attached javascript to the rows so that they can be selected when you click. Again only the second click works.
I have DataBind in the event handlers and I only DataBind the first time when the page is loaded. When I debug the click events only fire the second time??
Any ideas?
Thanks in advance
I have read hundreds of post regarding this issue, but none have an answer for my situation. So hopefully somebody here can help!
I have a gridview in an updatepanel (AJAX control toolkit) and because paging/sorting aren't supported I've added my own custom paging. I have dynamically loaded LinkButtons in the updatepanel to change the page but they only fire on the second click. I have also attached javascript to the rows so that they can be selected when you click. Again only the second click works.
I have DataBind in the event handlers and I only DataBind the first time when the page is loaded. When I debug the click events only fire the second time??
Any ideas?
Thanks in advance
Comment