C#后台调用js代码和其他页面(弹窗)
时间:2014-10-22 17:35:20
收藏:0
阅读:249
ScriptManager.RegisterStartupScript(gvwJOList, this.GetType(), "magin", "GroupItem()", true);
ScriptManager.RegisterStartupScript(this.UpdatePanel1, this.GetType(), "infobox", "showModalDialog(‘bom.aspx?‘,null,‘dialogWidth:800px;dialogHeight:650px;‘);", true);
原文:http://www.cnblogs.com/qfkobe24/p/4043655.html
评论(0)