Dear All,
I want to create a new custom web control by extending the 1)HTMLInputFile control and 2)File Upload control
The purpose of extending the control is to add the following functionalities
not provided by these controls:
a.Selection of Folders
b.Retrieval of the folder path
Can someone tell me the proper way of doing it,so that I can drag it from the toolbox and us it....
User Profile
Collapse
-
extending ASP.NET 2.0 controls
-
selecting Folders
I am writing a ASP.NET 2.0 web based application in which
I want the user to create & select a Folder using Windows Explorer.After the user creates and selects the folder, on pressing OK I should be able to get the PATH of the folder for storing in a database.
The problem is that there is nothing like FolderBrowserDi alog in WinForms which allows me to select a Folder and get its path.
I got a good article...
No activity results to display
Show More