Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hyperlink, Session Variable,

Status
Not open for further replies.

Compkitty

Programmer
Jan 7, 2005
121
US
Is there a way to place a session variable inside a hyperlink.
Ie. I have a datagrid w/ a hyperlink col. when they click on it; I would like that value to be stored as a session v.
I have set them as a request item, but would rather it be a session...
 
A quick way would be to have the hyperlink control point to a a different page which stores the session variable (which can be passed to it via a querystring in the hyperlink control) and then forwards the user onto the correct page.

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top