Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i'm facing problem to dispaly validation failures in WPF.please help me,How can i do it
Posted
Comments
[no name] 11-Oct-14 12:55pm    
You do some research and write some code is how you do it. http://www.bing.com/search?q=wpf+validation is your research. The rest is up to you.
NaibedyaKar 14-Oct-14 7:57am    
You can show validation messages like here http://www.codeproject.com/Tips/721384/Data-validation-in-WPF

1 solution

I WPF there is INotifyDataErrorInfo , you can use this interface and try to show a TextBlock with all the validation errors.

Anyways using this , the control which has the error will get notified automatically.
 
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