Hello all, I am classic asp programmer that is learning .net. Here is my problem:
I have a gridview with the following columns: Pkey, Name, Address. Lets say that I want to have a hyperlink on the Pkey field to pass that value to another page. I have been able to get this to work using querystrings. I would like to use session state to do this. I really don’t have any idea how to do this since the pkey is in the gridview. Any help would be appreciated.