how to UnSelect all rows in GridView - asp.net ?
ASP.NET
3
Posts
3
Posters
1
Views
1
Watching
-
hi how to UnSelect all rows in GridView - asp.net ? if i select one row in GridView and make any refresh, how to unselect this row ? thanks
Its hidden in whats called documentation http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.selectedindex.aspx[^] "The default is -1, which indicates that no row is currently selected."
I know the language. I've read a book. - _Madmatt
-
hi how to UnSelect all rows in GridView - asp.net ? if i select one row in GridView and make any refresh, how to unselect this row ? thanks