Validation on SharePoint Forms – Part One
There are many occasions where you might like to do some validation on NewForm.aspx and/or EditForm.aspx in SharePoint beyond the simple column by column validation which the form provides automagically. For instance, if you have two dates, you might want to ensure that the second is after the first, or you may want the entry…