I want to use a file upload control. That control works for both upload a file path using Browse Button and URL of any website in that TextBox my means to say that control has both TextBox and browse Button.
So Please suggest How can create custom control for that using TextBox and Button?
In case of WebApplication OpenFileDialog dosen't work so please provide a way to create this one for web application.
Thanks.

Sandeep Singh ShekhawatPosted May 7, 2012, 8:23 AM
There use a file type and I want use text box and button. So It is not working as per my requirement.
Thanks.
Satyapriya NayakPosted May 7, 2012, 8:10 AM
Please refer the below link
http://www.codeproject.com/KB/aspnet/fileupload.aspx
http://msdn.microsoft.com/en-us/library/system.web.ui.htmlcontrols.htmlinputfile%28VS.80%29.aspx
Thanks