V
vndaxanh
Hi everyone,
I have an aspx page with a datagrid column which bound to a dataset at
page_load. It contains 2 columns, Key and Hyperlink. What I want to
do is when I click on the hyperlink it will set a session variable to
the Key column like so:
Session["SomeKey"] = column 0 of row of the hyperlink clicked on.
How do I do this? Thanks in a advance for your help!
Hanna
I have an aspx page with a datagrid column which bound to a dataset at
page_load. It contains 2 columns, Key and Hyperlink. What I want to
do is when I click on the hyperlink it will set a session variable to
the Key column like so:
Session["SomeKey"] = column 0 of row of the hyperlink clicked on.
How do I do this? Thanks in a advance for your help!
Hanna