Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created one web page in I have Two asp:Panel and both the panel have save button each say Save1 and Save2.

And I have applied a ASP Validation control for validation on Textboxes of both the Panel Eg: Numeric,compare.

What is happening, when I am Pressing Save1, page is not posted because of the remaining empty field of Panel2.

So, how can I individually validate the Panel1 and Panel2.


Appreciate your reply

Thanks in advance
Posted

1 solution

Just use ValidationGroup to segregate every set of validations.

Thanks,
Imdadhusen
 
Share this answer
 
Comments
Member 7697543 10-Mar-11 5:25am    
Thanks a lot:-)
very useful to me:-)

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