Hi all,
i have a textbox and button. i wish when button click will show a dialog view a root bitmap folder if i select a file dialog return pathfile and assign to textbox?
who can help me!
thanks, ^-^
You can use the RadUpload Control to achieve the required scenario. For more information on RadUpload controls go through the following online demo. RadUpload - Standard File Inputs
Have a look at the FileSystemObject in the MSDN documentation. You could use it to retrieve a list of files from the server and then use a RadWindow or another control to input the users selection into the textbox.