ASP.NET validations not showing up after AJAX calls are made (SharePoint 2007)
- by Josh
I have an AJAX form on SharePoint 2007. If I don't call AJAX on the page, the validations all work fine and the css for the validations shows up. Once I make an AJAX call (say, Create Customer), all the validations still work, but the css for the validations does not show up. Any ideas?