摘要: 尼玛图片显示乱了,直接给连接吧。http://blog.csdn.net/guoming110/article/details/7492847 阅读全文
posted @ 2012-11-27 15:04 Gavin_gzm 阅读(307) 评论(0) 推荐(0)
摘要: ScriptManager.RegisterStartupScript与ClientScript.RegisterStartupScript区别,他俩的方法基本一样,只是在特殊的场合要注意使用。1.ScriptManager.RegisterStartupScript(updatepanel1, this.Page.GetType(), "alert", "alert()", true); 如果有UpdatePanel使用这个方法。2.this.Page.ClientScript.RegisterStartupScript(this.Page.GetTy 阅读全文
posted @ 2012-11-27 15:03 Gavin_gzm 阅读(643) 评论(0) 推荐(0)