How do I redirect from one ASP.NET page to another ("Webform2.aspx") by means of a button?
You can redirect from one page to another using Response.Redirect()
Response.Redirect()
2.1m questions
2.1m answers
60 comments
57.0k users