Kavita B

Kavita B

  • NA
  • 123
  • 160.1k

GridView selected row has no data

Jul 27 2011 1:18 AM
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)