Hi,
Need help Issue in accessing session data in radwindow popup data in IE.
In our ASP.net application we stored datatable in session and using below code to open the popup.
string script = "function f(){$find(\"" + Window.ClientID + "\").show(); Sys.Application.remove_load(f);}Sys.Application.add_load(f);";
ScriptManager.RegisterStartupScript(Page, Page.GetType(), "key", script, true);
but we are facing issue to access session data in popup window(.aspx page) in IE we checked in chrome it is working fine.
Please let us know if more details required, can you please provide solution or any help.
Thank you in advance.