Posted on: 2/27/2015 3:20:28 AM | Views : 519

I am looking into using my Validation Summary for displaying errors that are checked server side instead of client side.  Is this possible or what would be the correct way to do it. 
Example:  I need to display a message if the email is already in the database, but I need to do it server side.

In the past I have always just used valiators client side and just put the error message underneath the text box etc.  Now I want to see if I can just put an * for each field that is wrong and then put ALL of my errors (client side / server side) in the one validation summary. 

Go to the complete details ...