I have a VB asp.net project going. I need to take the contents of a specific network folder and place the results into a drop down menu. Does anyone know how to do this?
ASP.Net questions are better asked on the ASP.Net forum. The VB.Net forum focuses more so on Windows based development.
As for your project, check out the System.IO namespace. Specificly the File and Directory objects. You should be able to get an array of file names from a Directory object and add them to the combo box's item list.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.