Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
I m using Noogen.validation.dll in desktop application.
I have no any errors at compile time or execution time but problem that the validation rules applied are not getting working. even though validation method called thr button click event.following is below code used to call.
C#
private void buttonEdit_Click(object sender, EventArgs e)
{
this.validationProvider1.ValidationMessages(
!this.validationProvider1.Validate());
}

i don't want to use custom validation.
please provide me quick help..
Posted
Updated 8-May-17 20:12pm
v2

1 solution

See the article - Validators for Windows Forms - ValidationProvider Control[^].

Download the project and see how it is working.
 
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