郑国聪的程序员之路

2010年5月19日

js注入问题

摘要: 在updatepanel 里面注入JS使用ScriptManager.RegisterStartupScript(this.Page,this.GetType(), "ExceptionScript", ExceptionScript, true);否则可以使用Page.ClientScript.RegisterStartupScript(this.GetType(), "strNoEmploye... 阅读全文

posted @ 2010-05-19 13:44 郑国聪 阅读(291) 评论(0) 推荐(1)

导航