J
Joe Reiss
Hi All,
Using VS2005, C#
I'm sure this has been asked a million times. How does one get data from a
selected row in a gridview. The following only seems to get me the datakey
data:
myView.SelectedRow.Cells[x].Text;
I want the actual data in the cell. This would seem tobe a trivial matter -
you'd think.
Thanks,
Joe
Using VS2005, C#
I'm sure this has been asked a million times. How does one get data from a
selected row in a gridview. The following only seems to get me the datakey
data:
myView.SelectedRow.Cells[x].Text;
I want the actual data in the cell. This would seem tobe a trivial matter -
you'd think.
Thanks,
Joe