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
 
Back
Top