ASP.NET validations not showing up after AJAX calls are made (SharePoint 2007)
Posted
by Josh
on Stack Overflow
See other posts from Stack Overflow
or by Josh
Published on 2010-06-09T00:03:01Z
Indexed on
2010/06/09
0:12 UTC
Read the original article
Hit count: 596
AJAX
|sharepoint
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?
© Stack Overflow or respective owner