摘要: if (FileUpload1.HasFile) { string filenames = FileUpload1.PostedFile.FileName; string server_path = "images/"; string ab_path = Server.MapPath(s... 阅读全文
posted @ 2016-10-19 12:29 尘梦 阅读(118) 评论(0) 推荐(0) 编辑
摘要: if (!IsPostBack) { //页面初次加载时执行这里的内容 DataSet ds = new DataSet(); //数据集 ds.Tables.Add("stu"); ds.Tables["stu"].Columns.Add("id",typeof(int)); ... 阅读全文
posted @ 2016-10-19 09:44 尘梦 阅读(614) 评论(0) 推荐(0) 编辑