J
Jonathan Wood
Greetings,
My app displays users in a GridView control. I'd like to have the name field
shown in each row of this control a link that displays another page with
information about that user.
But I'm not sure how to approach this. How would I tell the target page
which user to display? I'd prefer not to pass the user's ID on the URL, and
I don't know when I'd get a chance to set a Session variable.
I know I can add a template with a link but, if I set an event handler for
that link, how does it know which row was selected?
Thanks for any tips.
My app displays users in a GridView control. I'd like to have the name field
shown in each row of this control a link that displays another page with
information about that user.
But I'm not sure how to approach this. How would I tell the target page
which user to display? I'd prefer not to pass the user's ID on the URL, and
I don't know when I'd get a chance to set a Session variable.
I know I can add a template with a link but, if I set an event handler for
that link, how does it know which row was selected?
Thanks for any tips.