954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Session Variable Value in a table property

Hello,

I am storing an Image name as a value in session variable on Page 1.

Now on Page 2, I want to use this session variable value in the

How to achieve this.


Thanx for help

"You will not be punished for your anger, you will be punished by your anger. - Gautam Buddha"

Anup

anup.maverick
Newbie Poster
16 posts since Oct 2009
Reputation Points: 10
Solved Threads: 0
 

To retrieve value from session
table = session("myvalue")
and if it's HTML

text = "<% session("mytable")%>"

Mark as solved

reach_yousuf
Junior Poster
195 posts since Sep 2007
Reputation Points: 12
Solved Threads: 38
 

I would suggest u to give id and make the table runat server
then find the control (HTML table) in .cs page and then u can set its properties from ur .cs page

Sals
Light Poster
33 posts since Jan 2009
Reputation Points: 10
Solved Threads: 6
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: