Show ValidationSummary in Popup using Asp .Net

In this article we will see how to show error messages generated by Asp .Net Validaion controls in poupup. For this we will use ValidationSummary control. To see ValidaitonSummary example you can visit my previous article http://codingfusion.com /post/ValidationSummary-Example-in-asp-net

Step1: Take three Textboxes for Name, Email and Age.

Step2: Apply necessary Validation Controls. Change Display property of validation controls to "None", this will show error messages in ValidationSummary instead of showing at the place where Validation controls are placed.

Step3: Take ValidationSummary control and change ShowMessageBox property to True and change property ShowSummary to false.

HTML:

   
Name
Age
Email
 

Final Output:

ValidationSumamry-In-Popup-CodingFusion

 

 
Asp.Net Ajax Control Toolkit tutorials.
Thx. Its working for me.
4-Feb-2014 From  Chirag
Glad to help you Chirag.
9-Feb-2014 From  Anuj

Give your valuable comments.

Name
Email
Comment
8 + 5 =
 

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