I have grid where i am binding items from session variable , where their around 5 similar items in the grid, i have to delete a specific selected row , on what basis i can delete the selected item, when all the columns have similar items and feilds?
Share
As you said you want to delete the selected row, for this you can use
RowIndexto delete the selected row,GridViewhas a methodDeleteRowwhich takes an index of row as a parameter.