摘要: //UpdatePanel里面弹出对话框ScriptManager.RegisterClientScriptBlock(this.Page, this.GetType(), "click", "alert('表单提交成功!');", true);//UpdatePanel里面调用父窗口方法ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "", "window.parent.opener.doClientSearch();" 阅读全文
posted @ 2011-11-18 15:24 jamsewang 阅读(787) 评论(0) 推荐(0)