Asp.net. Clean selected row in GridViwew
To clean selected row in GridView control you should set its property SelectedIndex to -1.
1 |
GVCtrl.SelectedIndex = -1; |
To clean selected row in GridView control you should set its property SelectedIndex to -1.
1 |
GVCtrl.SelectedIndex = -1; |