
March 25th, 2003, 01:58 AM
|
|
Junior Member
|
|
Join Date: Jan 2003
Posts: 13
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
link two pages
hello to all! ! !
I would like to learn how can i link 2 pages
For ex. I have the pages "A.aspx" and the page "B.aspx" . At "A" I have a button that must link to "B".
I use ASP.NET with VB.Scrept and I nead to know that statement pls.
this is what I try to do but is wrong
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
url = "/B.aspx"
End Sub
Thx
Isambella
|