The built inĀ ASP.NET validators are amazing as we all know. You just drag them on the page, tell them what control to validate, give them a summary control to list the errors and they do it. But what if there’s something you need to add server side? Such as something that needs to check with [...]
Archive for the ‘Validation’ Category
Custom Validator Error from Server Side
Posted in .NET, Validation, Web Development, tagged ASP.NET, C#, CustomValidator, IValidator, Validation, Web Development on July 18, 2010 | Leave a Comment »