I am using an IFrame in one of my aspx pages. The source for the Iframe is an aspx page which consists of several links of other pages(All are developed in .net 2003) now i am using 2008.
The Problem is for some of the pages there is query string which consists of username.I need to pass the username from the parent page to the IFrame pages.Is there any way to acheive this? I am using windows authentication in the new system.
The Problem is for some of the pages there is query string which consists of username.I need to pass the username from the parent page to the IFrame pages.Is there any way to acheive this? I am using windows authentication in the new system.
Comment