Re: [DOTNET] Frameset in ASP.Net

2002-04-11 Thread Guha, Rahul
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

Re: [DOTNET] Frameset in ASP.Net

2002-04-11 Thread Jason Lavigne
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

[DOTNET] Frameset in ASP.Net

2002-04-11 Thread Guha, Rahul
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.