Apply custom CSS to ValidationSummary Control to change its look and feel

In this article we will see how to apply custom CSS on ValidationSummary to make it looks better. You can also visit my other posts related to ValidationSummary Control  http://www.codinfusion.com/post/ValidationSummary-Example-in-asp-net and http://www.codinfusion.com/post/Show-ValidationSummary-in-Popup-using-Asp-Net

Step1 : Take three TextBox controls name, age and email. Apply necessary Validators to these Textboxes. Create ValidationSummary Control to show error messages.

Name
Age
Email
 

Step2: Create CSS

 

Final Output:

Validation-Summary-With-Custom-Css-CodingFusion

 
Asp.Net Ajax Control Toolkit tutorials.

Give your valuable comments.

Name
Email
Comment
4 + 2 =
 

About Us | Terms of Use | Privacy Policy | Disclaimer | Contact Us Copyright © 2012-2024 CodingFusion
50+ C# Programs for beginners to practice