Windows Form Application C#
I have four TextBox
on windows Form
. i have written code to handle Text_Validating
event for each textbox. Now when user clicks on submit Button
i want those text_validating events to fire automatically.
Enabled CausesValidation
property of Button.
We have something called validationGroup Property in ASP.net how it can be implemented in windows application
pls help me to solve this problem
thank you