Frequently Asked Interview Questions

What is ASP.NET Custom Validator used for?

ASP.NET Custom Validator is used to perform complex types of validation not provided by the standard validation control, use a CustomValidator control and write code to perform the validation on the server side and optionally on the client side.

Most Visited Pages

Home | Site Index | Contact Us