Is there a way to use the RequiredFieldValidator control yet have the errormessage display in an alert box? Currently it just shows up as text next to the control. On our app's login page I want to check if the user has entered a login ID and password and if not to pop up an alert box instead of just displaying text.
I looked at the customValidation control but my understanding of that is that it doesn't fire unless there is data in the control. So I couldn't use it to check if there is data. Correct?
Please advise.
Thanks,
- VBRookie
I looked at the customValidation control but my understanding of that is that it doesn't fire unless there is data in the control. So I couldn't use it to check if there is data. Correct?
Please advise.
Thanks,
- VBRookie