Someone help me out.
I have 2 Iframes and one container.aspx page
1) container.aspx page has links for other two frames in it.
2) Both frames src pages have a associated code behind file with it i.e. something.aspx.cs page
how do I pass multiple variables between the two contained frames using the code behind file.
I know how to do this in javascript but my requirement is in c#…asp.net.
Can someone guide me. and help appreciatd
I think the only way of doing this is use the ASP.NET session object
http://asp.net-tutorials.com/state/sessions/
Unless you have a database you can write to. Then you can share the values through the database