ASP.NET VB Question

  • Thread starter Thread starter joelranck
  • Start date Start date
J

joelranck

This is a stupid question but.. how do you goto a url in vb.net? I've
got a form page where I want to go back to the main page after clicking
the OK button but I can't use the postbackurl function because it's a
form and the information/functions won't be run.
 
Can you use

response.redirect "url here"

like in tradition asp

Hope that helps...someone else will probably know better though...
John
 

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