I have a form that I am submitting back via jQuery AJAX. In my controller, it checks for errors in ModelState and returns those errors in ContentResult and the user sees errors in the updated DIV.
How can I get the small * next to the fields when there are errors?
thanks
a source
to share