G
Greg
I have a <asp:GridView> control that is populated with records. The first
column I display contains a "UserID" DataField. I've created my column using
the following code:
<asp:BoundField DataField="UserID" />
When the user clicks on a row, I'd like to get the current value of the
UserID column for the current row, as I want to use this value to populate
another GridView control. How can I achieve this?
column I display contains a "UserID" DataField. I've created my column using
the following code:
<asp:BoundField DataField="UserID" />
When the user clicks on a row, I'd like to get the current value of the
UserID column for the current row, as I want to use this value to populate
another GridView control. How can I achieve this?