ASP.Net - C#, How do I open a URL programmatically after finishing the rest of the program.
I'm not quite sure how to express my question, so I'll try giving you an example.
When I finish writing this question, I'm going to press the "Continue" button, and that button isn't just going to process all the information that I wrote, but also will send me to another webpage. That's what I want to do, I already have the "processing" code, but I don't know how to send the client to another webpage.
I hope my example is clearly enough. Any response is greatly appreciated!
Status:
Open Jun 08, 2008 - 07:10 PM
C#, Websites, html
2answers
Answers
Jun 21, 2008 - 10:15 AM
What about something like Response.redirect?
Response.redirect("http://www.quomon.com")
Jun 21, 2008 - 11:05 AM
Ah yes :) I just discovered about response.redirect yesterday. Thank you for your answer anyway.
Answer this question
Share Your Own Experience & Expertise
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
Add New Comment