Hi All ...
This is first time I am Posting some thing to some site.
I realy need a help frm some body.....
I want to create a page which displays the local server folders to the user
I mean i want a folder browser on my asp.net page.
Can any body help me ?
For retrieving the folder system you should write recursive functions in order to retrieve all the folders, subfolders and files from the server.
Displaying the information can be alittle tricky. Most suitable solution is to use a Treeview component. Check the Control gallery section of this website in the navigation controls...
there are some treeview controls.
The choice of how you will display the information will affect the way you will return the information from your recursive functions...
Check this article for an example:http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=109
Good Luck
0 comments:
Post a Comment