Hi Guys:
Can anyone enlighten me about how to switch URLs in the same browser when
the user hits the "Submit" button? I just can't seem to find out. I'd really
appreciate the help.
Printable View
Hi Guys:
Can anyone enlighten me about how to switch URLs in the same browser when
the user hits the "Submit" button? I just can't seem to find out. I'd really
appreciate the help.
> Can anyone enlighten me about how to switch URLs in the
> same browser when the user hits the "Submit" button?
Ian: In the submit button's click event, user Server.Transfer or
Response.Redirect to go to the desired URL.
--
Phil Weber