摘要: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { TextBox1.Text = "请输入备份文件名称"; this.DataBindList(); } } ... 阅读全文
posted @ 2013-04-20 20:18 侯伟东 阅读(385) 评论(0) 推荐(0) 编辑
摘要: protected void Page_Load(object sender, EventArgs e) { string path = Server.MapPath("App_Data\\ppp.txt"); System.IO.StreamReader read = new System.IO.StreamReader(path, System... 阅读全文
posted @ 2013-04-20 12:50 侯伟东 阅读(155) 评论(0) 推荐(0) 编辑