J
Jay Villa
I have a startup page with a frameset
<framset border="1" frameborder="1" framespacing="0" cols="30%,70%">
<frame name="left frame" src="WebForm1.aspx">
<frame name="right frame" src="WebForm2.aspx">
</frameset>
In WebForm1.aspx(left frame page) i've two links Search and Edit
<html>
<head>
<title> web form1</title>
</head>
<p> <asp:HyperLink id="hpLinkSearch"
runat="server">Search</asp:HyperLink></p>
<p> <asp:HyperLink id="hpEdit" runat="server">Edit</asp:HyperLink></p>
</html>
On clicking the url of Search I want to display the information on
RightFrame ... How can achieve this.?
Thanks
Jay
<framset border="1" frameborder="1" framespacing="0" cols="30%,70%">
<frame name="left frame" src="WebForm1.aspx">
<frame name="right frame" src="WebForm2.aspx">
</frameset>
In WebForm1.aspx(left frame page) i've two links Search and Edit
<html>
<head>
<title> web form1</title>
</head>
<p> <asp:HyperLink id="hpLinkSearch"
runat="server">Search</asp:HyperLink></p>
<p> <asp:HyperLink id="hpEdit" runat="server">Edit</asp:HyperLink></p>
</html>
On clicking the url of Search I want to display the information on
RightFrame ... How can achieve this.?
Thanks
Jay