02 2017 档案

摘要:<system.web> <!-- 文件上传大小KB--> 设置为1g <httpRuntime requestValidationMode="2.0" maxRequestLength="1073741824" executionTimeout="3600"/> </system.web> <sy 阅读全文
posted @ 2017-02-28 22:31 好好學習 阅读(337) 评论(0) 推荐(0)
摘要:如果页面中不用Ajax,cs中运行某段js代码方式可以是:Page.ClientScript.RegisterStartupScript(Page.GetType(), "", "<script>window.open('default2.aspx')</script>");如果页面中使用了Ajax 阅读全文
posted @ 2017-02-18 12:36 好好學習 阅读(172) 评论(0) 推荐(0)