RealDevTips > Development > .Net & C# > Asp.net. Clean selected row in GridViwew Asp.net. Clean selected row in GridViwew Published on December 27, 2015 by Aleksei To clean selected row in GridView control you should set its property SelectedIndex to -1. GVCtrl.SelectedIndex = -1; Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment.
Leave a Reply