Use Data in an ASP.net gridview - TechRepublic
General discussion
November 29, 2008 at 06:25 AM
cgreaves

Use Data in an ASP.net gridview

by cgreaves . Updated 17 years, 7 months ago

Hi,
Dumb question from a newbie…
So I now have data displayed in my gridview control and I have selected the row of interest. I need to use one of the data items in the row as a parameter for my next query.

How do I refer to that data item?

strSearch = (the field in the selected row)?

Thank you.

This discussion is locked

All Comments