Click here to Skip to main content
15,891,136 members
Articles / Programming Languages / C#

Silverlight 4 : Data Validation - Tip of the Day - Part 1

Rate me:
Please Sign up or sign in to vote.
4.90/5 (37 votes)
11 Jun 2010CPOL6 min read 168.7K   44  
Data validation is very very important for all sort of data driven applications and websites. It is a purifying process where it ensures only valid data is being saved into the database. So, today I am going to talk about Data Validation in Silverlight. By default silverlight doesn't give any visu

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Lavender
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions