I've created a custom control in a class project(DLL) and am using it in a page where I have the standard ASP.net required field validator control to ensure some property of the custom control is filled by the user.
For some reason, validation only happens after postback. I need the validation to happen on the client-side before postback i.e in a similar manner to the way a standard text box is validated by the ASP.net validator controls.
Please help.