摘要: 无刷新弹出警告:ScriptManager.RegisterStartupScript(this.Page, this.GetType(),"onekey", "alert('弹出')", true);而以下方法,会刷新弹出,比较难看Response.Write("<script>alert('弹出')</script>");ClientScript.RegisterStartupScript(this.Page, this.GetType(),"onekey" 阅读全文
posted @ 2012-09-04 16:38 随风任飘遥 阅读(9149) 评论(0) 推荐(3)
1、不要犯经验主义的错误,有些经验可能是错误的。 2、发现bug要及时处理,不可为了赶工而忽略。随机性出现的bug更要注意,因为这类bug更难发现,也就更能解决。