How to redirect from one ASP.NET page to another(如何从一个 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()
这篇关于如何从一个 ASP.NET 页面重定向到另一个的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!