Groups | Blog | Home
all groups > asp.net webcontrols > march 2007 >

asp.net webcontrols : really dumb question!!


Rod
3/21/2007 2:24:45 PM

I have a server side button that when clicked does stuff then if that stuff
has worked out OK I want it to load another page.
Somehow I can't figure out how to look this up.

Sub myButton_Click

do stuff

if stuff_OK then
Load new page somehow????
endif

end sub

Scott M.
3/21/2007 5:10:36 PM
response.redirect("newpage.aspx")


[quoted text, click to view]

Rod
3/21/2007 9:31:24 PM
Thanks, new it had to be something simple.


[quoted text, click to view]

AddThis Social Bookmark Button