Force postback? Session-var only visible after postback. Drives me crazy

liunx

Guest
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
 
Back
Top