摘要:
AJAX中使用了UpdatePanel后不能再使用Response.Write("")的方式弹出脚本,而应该使用 Microsoft.Web.UI.ScriptManager.RegisterStartupScript(UpdatePanel2, this.GetType(), "btn2clicked", "alert('11')", true); 否则,将会出现如下错误: Sys.WebFo... 阅读全文
posted @ 2008-01-13 12:27
Lavenders
阅读(1232)
评论(0)
推荐(0)