Hi All,
I am looing the data stored in sesion vraibale when I trying to open the pop up window through hyperlink. Below is my code
<asp:HyperLink ID="HyperLink1" runat="server" Target="_blank" NavigateUrl='<%#"~/Viewer/DetailsViewer.aspx?ID=" + Eval("Id") + "&QueryID=" + Request.QueryString["QueryID"]%>'
Text="View" />
The session variable that I am using in code behind becomes null as soon as I open the pop up using the <asp:hyperlink..
I am using asp.net 2010 and IE8
any help will be highly appreciated.
-anjali