The validation for the JobTitle field was fairly simple, we made sure it existed and that it was between 10 and 50 characters in length but what if you want to do some more advanced validation like confirm that a…
The validation for the JobTitle field was fairly simple, we made sure it existed and that it was between 10 and 50 characters in length but what if you want to do some more advanced validation like confirm that a…
In the last part we created some very simple client side validation of the data for the Job Title field, In this part I’ll switch it over to a server based validation to show you the difference between the two.…