I hate asking stupid ?'s, but how do you navigate to a new page?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a very simple form, takes information from the user, updates a SQL
database, now I just want to redirect to a "Thank You For Your Time" web page
within the same bowser. ASP. NET VB
 
To redirect to another web page, you can use:
Response.Redirect("WebForm2.aspx")

I hope that helps.

Jorge Serrano
MVP VB.NET
 
No such thing as a stupid question.... some people make some dumb ass ascertians..but theres no such
thing as a stupid question.

;)
 
Thanks again Jorge. Worked great.

Jorge Serrano said:
To redirect to another web page, you can use:
Response.Redirect("WebForm2.aspx")

I hope that helps.

Jorge Serrano
MVP VB.NET
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top