Can I raise a postback ? Session variable only visible after postback. Please help

  • Thread starter Thread starter gce
  • Start date Start date
G

gce

Hi,

My project uses some aspx that jump to eachother. Session variables are used
to exchange data.
But my session variables are not there until a postback. So when I put a
button on the second aspx and put there a show session("aaa") it works. But
not in the page_load, session("aaa") is empty. Please help.

Best regards,
Gert
 
How are you navigating from one page to another ? When are you setting your
session variable ? Are you linking one page to the other using a Url or are
you doing a transfer in the server ?

Can you post a little bit of code that explains what you are doing ?
 
I use the pinTab control with tabs. So maybe the problem is there. But I
hope that I can raise a postback. Is this possible?
 

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

Back
Top