eulogy6
Programmer
- Apr 30, 2004
- 26
Hi to all,
I have a .aspx page and with a linkButton I have:
Dim LblKey As String
LblKey = txt1.Text
Response.Redirect("frameset.htm?Key=" + Server.UrlEncode(LblKey))
In the frameset.htm I have:
<frame name="header" src="menu.aspx" scrolling="no" noresize>
<frame name="main" src="companies.aspx">
How can I pass the (LblKey) to the frameset in the menu.aspx?
Any Idea?
Thanks in Advance
I have a .aspx page and with a linkButton I have:
Dim LblKey As String
LblKey = txt1.Text
Response.Redirect("frameset.htm?Key=" + Server.UrlEncode(LblKey))
In the frameset.htm I have:
<frame name="header" src="menu.aspx" scrolling="no" noresize>
<frame name="main" src="companies.aspx">
How can I pass the (LblKey) to the frameset in the menu.aspx?
Any Idea?
Thanks in Advance