Click to See Complete Forum and Search --> : Force postback? Session-var only visible after postback. Drives me crazy


ensingg
05-07-2005, 01:18 PM
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