Results 1 to 2 of 2

Thread: web form show

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    8

    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

  2. #2
    New Member
    Join Date
    Jun 2002
    Posts
    2
    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
  •  



Click Here to Expand Forum to Full Width