JerryKreischer
Programmer
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
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