摘要:
DirectoryInfodirinfo=newDirectoryInfo(Server.MapPath("upload"));FileSystemInfo[]dirs=dirinfo.GetFileSystemInfos();if(dirs.Length>1){DropDownList1.DataSource=dirs;DropDownList1.DataBind();} 阅读全文
posted @ 2007-12-17 20:55
不惊了
阅读(257)
评论(0)
推荐(0)