Latest Articles ::
All controls that accept user input are placed within an UpdatePanel control. To ensure that the users enter only valid values, we will need to add...
If you are writing a software which exposes APIs to be used by a third party, then first thing you have to do is to make sure that all the integers...
This article explains the concept of integrating Asp.Net Validation Controls with the GridView control dynamically(at run-time).
XML validation enables you to create complex rules that define acceptable data. But they're no good to anybody unless you use them. In this tip, you...
This tutorial aims to walk you through installing and using the PyMedia library. For the sake of simplicity most of the examples have been kept...
Client side form validation usually done with javascript. For the majority of your users, JavaScript form validation will save a lot of time up front.
This series of articles mainly lists some of the most commonly used JavaScript functions for client side validation of HTML forms. You can reuse...
This series of articles mainly lists some of the most commonly used JavaScript functions for client side validation of HTML forms. You can reuse...
Most developers must deal with the job of developing robust data validation for forms on a regular basis. Nobody wants to write the same code over...