Tag: Validation Controls in ASP.Net for Date Validation

Custom Date Validation in ASP.Net

The validators shipped with .NET are great tools to check and validate what the user enters on a web form, before processing it. With the DateValidator control this gap has been filled. User can insert date in a common text box and that’s all: you won’t have to bother about validating their input, the only …

Continue reading

Permanent link to this article: https://blog.openshell.in/2011/10/custom-date-validation-in-asp-net/