Hi,
I am interesting in using Jquery Validation in the app (ASP.NET) I am currently developing.
Using the default settings in JQuery really messes up the layout of the form. I wanted to show the error summary on the top of the form and have a icon floating next to the control to indicate the error input.
I know how to get the error summary on the top of the form but not sure how to display the icon next to the control.
I am not even sure if its possible to do both at the same time.
Thanks