I am writing a file upload application. So it contains a keyname in textbox and a fileupload control. A save button is used to save the keyname and the file. My issue is whe
You can't retain value in FileUpload control. This is because of security reasons. you can use RequiredFieldValidator for keyname textbox.