A
Ashish
Hi All,
I have a main page that contains an iframe. Depending upon tab control
selection, I load several different aspx pages (from the same app) to the
iframe. My parent sets data in the session variable. The page in the iframe
is unable to access the session object (shows null). My guess is that the
dll is loaded twice as asp.net loads another instance of dll in the iframe.
Interestingly in another scenerio I am playing with modal dialogs and set
data in session object and upon closing modal dialog my parent ie window
gets the data. I load the page in the modal dialog via javascript. In this
case why doesnt asp.net load another instance of dll ? Any way to get around
the iframe problem?
Thanks
Ashish
I have a main page that contains an iframe. Depending upon tab control
selection, I load several different aspx pages (from the same app) to the
iframe. My parent sets data in the session variable. The page in the iframe
is unable to access the session object (shows null). My guess is that the
dll is loaded twice as asp.net loads another instance of dll in the iframe.
Interestingly in another scenerio I am playing with modal dialogs and set
data in session object and upon closing modal dialog my parent ie window
gets the data. I load the page in the modal dialog via javascript. In this
case why doesnt asp.net load another instance of dll ? Any way to get around
the iframe problem?
Thanks
Ashish