|
How to perform custom validation in ASP.NET?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET Validations
To perform custom validation in asp.net, we can follow this approach. If our validation is of custom
type and validation controls can’t be used then we can use this approach to write custom validation
for a particular textbox or other controls.
|