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.