Click here to Skip to main content
16,010,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello ,
please tell me that how we can use validation in silverlight with validation summary.
on submition of textboxes on client side and server side.
Posted

If you are using DataForms, implementing validations is easy. See this[^] for a detailed discussion.

This[^] video will help you understand how you can use binding with validations.
INotifyErrorInfo should help you setup validations as well[^].

If you want to use third party tools for validation, you can try out http://silverlightvalidator.codeplex.com/[^].
 
Share this answer
 
 
Share this answer
 
v2

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