I have a file upload control on my aspx page and everything works fine if the user enters all the required information. The problem is when a a required field is not assigned a value the File upload control loses its value.
Is there a way to retain the value in the file upload control when there is a page postback?


Reply With Quote

