Click here to Skip to main content
15,902,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how i validate a groupbox that have many controls inside it.
Posted
Comments
Zoltán Zörgő 24-Dec-12 5:22am    
What is the logic against you want to validate? If nothing else left, you can do validation in code, by yourself.
[no name] 24-Dec-12 6:41am    
what kinda validation you want ?
DeepakMahiChauhan 24-Dec-12 6:43am    
many text boxes are place inside a groupbox , i want to validate them

1 solution

A GroupBox is a container that has a Controls[^] property, if you want to validate just iterate through the controls in the GroupBox container.
 
Share this answer
 

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