Hi,
I have a page with frames:
<html>
<head>
<title></title>
</head>
<frameset rows="50,*" frameborder="0" framespacing="0" border="0">
<frame src="Page1.html" noresize scrolling=no />
<frame src="Page2.aspx" noresize />
</frameset>
</html>
Now I want to use the QueryString in Page2.aspx.
So my question is how can I get the QueryString from the parent frame (window) in ASP.NET.
Tnx
Vandeput
...
Go to the complete details ...