Author: Mohammad Azam | Posted on: 4/30/2009 7:31:01 PM | Views : 795

ASP.NET includes the TextBox control and the Validation controls which can be combined together to perform user input validation. The caveat is that the developer has to use two different controls to perform a simple validation. In this article we are going to create a custom TextBox control which will use different validation controls and reduce the complexity of using multiple controls. ...

Go to the complete details ...