Just a quick question here
i am using asp.net with
vb.net, now i have a datgrid which is bound to a stored procedure, it returns back all the info. I also added a link column which redirects me to another asp page.
Now my problem is when i click the link button to send me to my other asp page, at the same time i need to take another value out from that same row, and store it as a session variable. i am not to sure how to do this.
could anyone help
thanks.