62,263
社区成员
发帖
与我相关
我的任务
分享
ScriptManager.RegisterClientScriptBlock(this.UpdatePanel1, typeof(UpdatePanel), "test", "alert('test');", true);
ScriptManager.RegisterClientScriptBlock(this.UpdatePanel1, typeof(UpdatePanel), "test", "document.write('test');", true);