如何从一个ASP.NET页重定向到另一页
问题描述:
如何通过按钮将一个ASP.NET页面重定向到另一页面( Webform2.aspx)?
How do I redirect from one ASP.NET page to another ("Webform2.aspx") by means of a button?
答
您可以使用 Response.Redirect()