Understanding ASP.Net Validation Controls
(Page 1 of 4 )
Finding input validation with ASP.Net a chore? In this article Armando gives us the low down on ASP.Net validation controls, along with helpful coding examples to get you started.In this article I want to share the logic behind ASP.Net validation controls with you. These controls come with the .NET framework. They perform validation on the client and server, meaning that in the remote case if the browser has no JavaScript support then the validation can only be performed on the server.
If you've never had experience with ASP.Net validation controls then this article will shed light on them and teach you everything you need to know about them.
Next: The Syntax Of Validation Controls >>
More ASP.NET Articles
More By Armando Andrade