摘要: string url; if (this.FileUpload1.HasFile) { string savePath = Server.MapPath("images/banner/"); string fileName = this.FileUpload1.FileName; string ex 阅读全文
posted @ 2017-06-20 08:43 我是怎样变成程序猿的 阅读(246) 评论(0) 推荐(0) 编辑
摘要: string filename = this.loading.Value; if (filename != "") { string urlb = Server.MapPath("images/banner/"); var img = Context.Request.Files["loading"] 阅读全文
posted @ 2017-06-20 08:42 我是怎样变成程序猿的 阅读(449) 评论(0) 推荐(0) 编辑
摘要: int id = Convert.ToInt32(context.Request["id"]); string sql = "select ImgUrl from Contents where ID=" + id; string url = (string)SqlHelper.ExecuteScal 阅读全文
posted @ 2017-06-20 08:39 我是怎样变成程序猿的 阅读(230) 评论(0) 推荐(0) 编辑
摘要: $.post("DeleteHandler.ashx", { "table": "Contents", "ID": vals }, function (data) { layer.alert(data, function () { window.location="Content.aspx"; pa 阅读全文
posted @ 2017-06-20 08:36 我是怎样变成程序猿的 阅读(3448) 评论(0) 推荐(0) 编辑