关于asp.net使用alert弹出消息框后,页面变空白,内容消失的问题
时间:2010-10-28 来源:alxc
在页面弹出一个消息框,显示123,但是在没有点击“确认之前”,背后的页面是空白的。
解决方法: ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "", "alert('" + warningWord + "')", true);
相关阅读 更多 +
时间:2010-10-28 来源:alxc
在页面弹出一个消息框,显示123,但是在没有点击“确认之前”,背后的页面是空白的。
解决方法: ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "", "alert('" + warningWord + "')", true);