P
Peter
Hi
I am very new to ASP development and I have a problem that I have spent days
on and cannot find a solution. Any help would be gratefully accepted.
I am using VB.NET to develop a ASP.NET application. I have a Frameset html
page with 2 frames, on frame 1 I have a LinkButton which will process some
data (not coded yet) and then open another aspx page on frame 2.
Can I achieve this using VB.NET? If not do I have to use client side
scripting?
I currently have the following but it loads the page in Frame 1.
Private Sub LinkButton1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles LinkButton1.Click
Response.Redirect("MainMenu.aspx")
End Sub
Thanks in advance, Peter
I am very new to ASP development and I have a problem that I have spent days
on and cannot find a solution. Any help would be gratefully accepted.
I am using VB.NET to develop a ASP.NET application. I have a Frameset html
page with 2 frames, on frame 1 I have a LinkButton which will process some
data (not coded yet) and then open another aspx page on frame 2.
Can I achieve this using VB.NET? If not do I have to use client side
scripting?
I currently have the following but it loads the page in Frame 1.
Private Sub LinkButton1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles LinkButton1.Click
Response.Redirect("MainMenu.aspx")
End Sub
Thanks in advance, Peter