Just now i have implemeted custom property verfication into my developer classes.
For example i have implemented custom verifiers on the Username and Password, Forename , Surname and Age.
This works fine when the user tries to leave the field blank and they get the error icon appearing to the right of the textbox.
But when they add a new user, the fields are all blank at this point and they can save a blank record without verification firing.
I know i have to add something into the save event to trigger the verification. The question is what do i add into that event.
I have looked at the code from the tutorial , but i got lost in c# code.
Any pointers would much appreciated.
Thanks