onepieceking
Well-known member
- Joined
- Sep 20, 2006
- Messages
- 64
- Programming Experience
- 1-3
Is it possible to create a file open dialog box for ASP.NET? The files are in the web server. I will parse the contents of the file in the ASP.
ListBox1.DataSource = New IO.DirectoryInfo(Server.MapPath(".")).GetFiles
ListBox1.DataTextField = "Name"
ListBox1.DataBind()