【发布时间】:2016-09-09 08:08:27
【问题描述】:
string parameter = Request.QueryString["forum_id"];
ScriptManager.RegisterStartupScript(this, this.GetType(), "alert", "alert('Replied!Thank you.');window.location ='eforum_main.aspx?forum_id='+parameter;", true);
我尝试在重定向时添加参数但失败,不知道我做错了什么,我的页面在我提交数据后没有重定向到该页面。
【问题讨论】:
标签: javascript c# asp.net webforms