Firing SelectedIndexChanged event for a Gridview in ASP.net asynchronously by clicking anywhere on t

Posted by Sloane on Stack Overflow See other posts from Stack Overflow or by Sloane
Published on 2009-10-06T12:17:00Z Indexed on 2010/05/10 1:08 UTC
Read the original article Hit count: 499

I am instantiating/using the gridview only programmatically ie code behind only.

Also, the grid is bound to a datasource, and I am only showing select columns from it by hooking rowdatabound event of the gridview.

Please suggest a way for doing it WITHOUT design view(aspx).

EDIT: Is there any way to do this using UpdatePanels?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-ajax