Posted on: 5/24/2011 10:06:45 AM | Views : 935

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 ...