Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Seperating a page from a soltion - passing Session variables

Status
Not open for further replies.

JerryKreischer

Programmer
Jul 31, 2003
20
US
I'll try to give the 'Readers Digest' version...

I have a Solution with say 10 pages (.aspx).
I have an HTML button that opens a new window, and shows ABC.ASPX from w/in the solution.
I took ABC.aspx and made it it's own solution. I created a new folder under the virtual directory and built the 'new' solution.
I changed the URL of the HTML button to point to the new page - this works - I'm able to debug the 'new' page after it's called from the button.

My problem is - I need to pass ABC.aspx a session variable - just as I had done previously. However, when the new page is executed, the session variable I'm looking for is not there...

The session ID for both solutions is the same (as it should be) - and, yes, the session variable is ALWAYS available - Remember, I had no problem with this when it was all in 1 solution...

Any ideas???

TIA
JK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top