07 2013 档案

摘要:privatevoiddownLoad(stringfilename){stringpath=Server.MapPath("download/")+filename;FileInfofi=newFileInfo(path);if(fi.Exists){Response.Clear();Response.AddHeader("Content-Disposition","attachment;filename="+Server.UrlEncode(filename));Response.AddHeader("Content-L 阅读全文
posted @ 2013-07-15 13:34 木兔女侠 阅读(185) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data.SqlClient;using System.Data;namespace _0911ASP.NET{ public partial class _5GridView : System.Web.UI.Page { protected void Page_Load(object sender, Ev 阅读全文
posted @ 2013-07-11 09:39 木兔女侠 阅读(354) 评论(0) 推荐(0)