Retrieving Data from the Selected GridView Row using DataKeys in ASP.NET
Fetch data for the selected row from the GridView,we need to tell the GridView to keep track of the key field values,use DataKey to achieve this objective. ... • We can get the index of the selected row using the SelectedIndex property. • Use the row inde...