T
tsw_mik
Hello
I have a FileUpload control. With a RequiredFieldValidator I check if
there is any text in it. If there is then I upload the file and process
it (by clicking a button). But when a button is clicked the FileUpload
text field becomes empty and the page does not allow user to go to
another page (because the RequiredFieldValidator does not allow it).
How to avoid flushing the text field from FileUpload control or how to
add some text to it automatically?
MM
I have a FileUpload control. With a RequiredFieldValidator I check if
there is any text in it. If there is then I upload the file and process
it (by clicking a button). But when a button is clicked the FileUpload
text field becomes empty and the page does not allow user to go to
another page (because the RequiredFieldValidator does not allow it).
How to avoid flushing the text field from FileUpload control or how to
add some text to it automatically?
MM