Hi
I have a RadUpload as part of a form which contain related RadTextBoxes (title and date etc)
to collect input that is to be saved with the file.
On the page there are regular asp.net validators for the text boxes, with the suggested custom validator
for the upload control.
The validators do their stuff on button click, but as soon as the upload control has a file selected
the upload goes ahead, even though the other fields are not valid and still showing their error messages.
How can I (client side) prevent the upload taking place until the whole form is valid?
I think I am missing a simple trick here!
Thanks
Clive