62,243
社区成员




ScriptManager.RegisterClientScriptBlock(this.UpdatePanel1, typeof(UpdatePanel), "test", "alert('test');", true);
ScriptManager.RegisterClientScriptBlock(this.UpdatePanel1, typeof(UpdatePanel), "test", "document.write('test');", true);