C# & Session Variables to iFrames
Posted
by Bryan
on Stack Overflow
See other posts from Stack Overflow
or by Bryan
Published on 2010-04-14T11:23:24Z
Indexed on
2010/04/14
12:02 UTC
Read the original article
Hit count: 233
I am currently in C# and I have set Session variables on each page.
The link to my Colorbox is in the MasterPage, and on click opens up in> an iframe from a different page in a different folder
i.e. /admin/deals.aspx <-- iframed page in colorbox which needs SESSION /default.aspx <-- page with set SESSION
Is there a way I can pass this variable to the iframed page?
© Stack Overflow or respective owner