Hi,
I am using C# and ASP.NET 4.0.
I have added a file upload control and a dropdown box in my aspx page.
When a file is selected in the file upload and if a postback happens in dropdown or any other scenario, the data in the file upload control is lost.
How to restore the data in file upload control even after postback?
Thanks
Go to the complete details ...