ASP.Net validation controls

Posted by nikolaosk on ASP.net Weblogs See other posts from ASP.net Weblogs or by nikolaosk
Published on Fri, 14 Jan 2011 10:06:00 GMT Indexed on 2011/01/15 16:54 UTC
Read the original article Hit count: 426

In this post I would like to continue talking about validation in ASP.Net applications. I will look into the validation controls that ASP.Net provides. You can have a look at the first post in my blog regarding validation. You will show you that we can perform all our main validation tasks without almost writing any code. We will add validation to our form by adding one or more controls.We can also display messages to the user. The controls I am going to look into are: CompareValidator CustomValidator...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about visual studio 2008