Are there any Directory list box controls or File list box controls for ASP .Net?
Thanks
Printable View
Are there any Directory list box controls or File list box controls for ASP .Net?
Thanks
No, there are no controls for it. But you can write something with that functionality fairly easy.
That's what I thought. The problem I have is, the user wants the files to be in order of the File creation date in descending order. In less there is a way to sort the directory before hand, I am getting the file data and puting it in a database, then displaying the files in the correct order.
I know I could use a bubble sort or something to that effect as well.
I would appreciate any other thoughts or suggestions you have.
Thanks!