file upload control
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
on click of a button i want to call open file upload dialog box. THE FILEUPLOAD Control should not be visible . It should be created at run time on click of a button.
-
on click of a button i want to call open file upload dialog box. THE FILEUPLOAD Control should not be visible . It should be created at run time on click of a button.
hi i think you should you fileupload control. when you drag this. it creates a text box and a browse button. and at run time when you click on browse button then the file upload dialog will appear . :rose:
-
on click of a button i want to call open file upload dialog box. THE FILEUPLOAD Control should not be visible . It should be created at run time on click of a button.