|
-
Jun 13th, 2002, 02:27 PM
#1
Thread Starter
New Member
web form show
what is wrong with this? all i want is to show the next web page. textbox1 is normal text and textbox2 is a password text.
Private Sub Button1_ServerClick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.ServerClick
If TextBox1.Text = "josef" And TextBox2.Text = "josef" Then
chatbox.show()
End If
End Sub
-
Jun 17th, 2002, 05:44 PM
#2
New Member
formname.show, there is no such a thing in ASP.NET.
You can use response.redirect ("url") to navigate to another page.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|