Finally this worked ...
pg1.aspx?ID=<%=Request.QueryString["ID"]%>
-Original Message-
From: Jason Lavigne [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 11:37 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Frameset in ASP.Net
Something like the following i
ocation =
'pg2.aspx?ID=<%=Request.QueryString("ID")%>';
HTH
Jay
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Guha, Rahul
Sent: Thursday, April 11, 2002 2:16 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Frameset in ASP.Net
Hello
Hello list,
Assuming I have to use a frameset, how do I pass the querystring values to
the specific src frames. Example:
I have a frameset like below:
Now this page has a querystring value ( say ID ) which I want to pass to the
pages pg1 and pg2.