I have seen in certain places (sorry, am unable to provide links at the moment) that validation errors in a form are displayed in a label at the top. As the user fills up the form, that error text changes accordingly.
I can see an obvious if...else and handling "Validating" etc events to implement this (though it can turn out to be very tedious for complex forms). Is there a more straightforward, cleaner way to do this?
Thanks!