Click here to Skip to main content
15,887,957 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my project, in a page with validation summary, I validate certain controls. I run this page and click the submit button without entering anything in any of the control. In the messagebox summary some of the control's error is not appearing. Can any one advice. Here is my code:


VB
<asp:ValidationSummary ID="ValidationSummary1" runat="server"

            ShowMessageBox="True"  ShowSummary="false"
            />
Posted
Comments
Faisalabadians 14-Feb-13 3:43am    
make sure each validator has the exact same summary group name
Bandi Ramesh 14-Feb-13 5:06am    
post your complete code to resolve the error

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900