Results 1 to 2 of 2

Thread: Navigate Smatigate It dont work!

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    ma,usa
    Posts
    485

    Navigate Smatigate It dont work!

    I just read part3 of Carl Moore's tutorial on .net and couldn't get this chunk to build correctly. anyone know why?
    <vbcode>
    Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged
    Navigate("WebForm2.aspx")
    End Sub

  2. #2
    Thelonius
    Guest
    That was from VS.NET Beta 1 I believe. Just use Response.Redirect ("your url")

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