ScriptManager.RegisterStartupScript(this, this.GetType(), "错误!", "alert('初始等级要小于要练的等级!');window.location='ItemsPage.aspx'", true);
C# ASP.NET中无刷新页面 弹出对话框,并且页面跳转
最新推荐文章于 2023-06-20 15:26:14 发布
ScriptManager.RegisterStartupScript(this, this.GetType(), "错误!", "alert('初始等级要小于要练的等级!');window.location='ItemsPage.aspx'", true);