摘要:
protected void btnPassWord_Click(object sender, EventArgs e) { //加密 Configuration config = WebConfigurationManager.OpenWebConfiguration(Request.ApplicationPath); ConfigurationSection section = config.GetSection("appSetting"); if (section != null && !section.SectionInf... 阅读全文
posted @ 2013-09-04 16:25
秋水惜朝
阅读(344)
评论(0)
推荐(0)
摘要:
protected void btnUp_Click(object sender, EventArgs e) { Boolean fileOK = false; String path = Server.MapPath("~/UploadedImages/"); if (fileUpLoad.HasFile) { String fileExtension = System.IO.Path.GetExtension(fil... 阅读全文
posted @ 2013-09-04 16:01
秋水惜朝
阅读(600)
评论(0)
推荐(0)
浙公网安备 33010602011771号