我有一条警报消息,然后是 Page_Init 中的 Response.Redirect 块
Response.Redirect 起作用并重定向到特定页面。但是没有显示警报消息。
我需要用户单击警报消息中的“确定”按钮,之后只有页面应该重新定向..
请帮忙。
示例代码:
ScriptManager.RegisterCleintScriptBlock(this,this.GetType(),"alert('Success')",true); Response.Redirect("index.aspx",false);