Asp.net 中添加Ajax控件后,Response.write()报错
时间:2010-09-10 来源:球无
错误提示:
修改方案:ScriptManager.RegisterStartupScript(updatePanel1, typeof(UpdatePanel), "aaa", "<script>alert('请选择日期!')</script>",true)
参考:http://hi.baidu.com/tujie2005/blog/item/02edf230863e2791a9018e9d.html
相关阅读 更多 +