02 2010 档案

遍历文件夹里面的文件,并绑定到dropdownlist
摘要:string rep_path = Server.MapPath("reports"); string[] files = Directory.GetFiles(rep_path); string[] report_files = new string[files.Le... 阅读全文

posted @ 2010-02-02 10:32 tongdengquan 阅读(83) 评论(0) 推荐(0)