摘要:
protected void btn_Download_Click(object sender, EventArgs e) { string strFileUploadPath = "Files/"; //从列表框控件中读取选择的文件名 string strFileName = lb_FileList.SelectedValue; //组合成物理路径 string strFilePhysicalP... 阅读全文
posted @ 2010-06-29 13:18
liufei
阅读(410)
评论(0)
推荐(0)