newbie, session problem

J

Jeff

hi

asp.net 3.5

in a webpage I add a value to the Session:
Session["Name"] = txtName.Text;

In another page i try to access this value:
string name = (string)Session["Name"];

but name gets nothing, or ""

In the end i wants to transfer username, 2 datetime values, mobilenr, email,
and a few other values... so I thought it wasn't place for it in the
querystring...

any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,778
Messages
2,569,605
Members
45,238
Latest member
Top CryptoPodcasts

Latest Threads

Top