4
Answers

GridView selected row has no data

Kavita B

Kavita B

13y
2.5k
1
Hi all,

I am trying to selected the row in a Gridview in asp.net.

My code for selecting the row is like this:
  GridViewRow row = GVDetails.SelectedRow;

But i do not see the data ... is there some other way of selecting the row? searched a lot but no use.. plzz help


Answers (4)