System.Web.UI.HtmlControls.HtmlInputControl

Duckjibe

Member
Joined
Sep 10, 2002
Messages
15
Hi Guys,Okay, I think Ive figured out that System.Web.UI.HtmlControls.HtmlInputControl
does NOT let me configure it to return a user-selected folder, only files. is it possible to set the control to allow just to browse to a specified folder ? It would be nice if my user didnt have to type in the path everytime. If there isnot, does anyone have any code for a function to do so???
Would be very happy over any help;-)

Bye
 
How can i then get a function that allows to select a path instead of a file? My purpose is to throw this path in a database and use it lateron as a linkcolumn for Datasheetlinks!
is there a way to do it????
 
The user will have to enter the path into a text control. There are no browse-for-folder controls implemented in [X]HTML.
 
Back
Top