I have a gridview on my page that I put in an UpdatePanel. Now when I click on a row in my gridview, my selectIndex doesn't fire.
I can no longer view my associated gridview for my selected row.
What would cause this and how can I get it working again?
bruce barker - 09 Oct 2007 16:44 GMT
be sure EnableSortingAndPagingCallbacks is set to false. if you need
this, then don't use an updatepanel.
-- bruce (sqlwork.com)
> I have a gridview on my page that I put in an UpdatePanel. Now when I
> click on a row in my gridview, my selectIndex doesn't fire.
> I can no longer view my associated gridview for my selected row.
>
> What would cause this and how can I get it working again?