摘要:
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
我是怎样变成程序猿的
阅读(258)
评论(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
我是怎样变成程序猿的
阅读(456)
评论(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
我是怎样变成程序猿的
阅读(233)
评论(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
我是怎样变成程序猿的
阅读(3464)
评论(0)
推荐(0)

浙公网安备 33010602011771号