Is there a way to use the openfile dialog from visual basic.NET
Because it is not available as a webcontrol.
I really want to use this dialog box because I don 't want to build my own browser with the directory class.
Printable View
Is there a way to use the openfile dialog from visual basic.NET
Because it is not available as a webcontrol.
I really want to use this dialog box because I don 't want to build my own browser with the directory class.
you need to do it with client side jscript or vbscript. Of course it will only work in IE either way.
If i understood ur question correct. You need a an Upload browse control of html, u can get it from normal html tool box and convert it to run at server which will give u access to use this as an object.
Hope this solved ur query..