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:
        <frameset >
                <frame src="pg1.aspx">
                <frame src="pg2.aspx">
        </frameset >
Now this page has a querystring value ( say ID ) which I want to pass to the
pages pg1 and pg2.
Btw. When I am trying old asp way ( changing the src to
pg1.aspx?ID=<%=Request.QueryString("ID")%> ) I am getting error ...

Any suggestion would be highly appreciate ...

Rahul

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to