Folder dialog box in c # asp.net
2 answers
You would need to build something like this; use the text popup extender of the AJAX control tool to display the window to the user and then build the UI yourself. to display root and subfolders. Perhaps this is a tree view. This is possible if you are talking about folders on a web server.
If you are talking about a folder on a client machine, you will need an active X or silverlight. So it depends on what you are looking for.
NTN.
+2
a source to share