Which two properties are there on every validation control?
Answers were Sorted based on User's Feedback
Answer / ashish tiwari
Validator Control Basics
All of the validation controls inherit from the base class
BaseValidator so they all have a series of properties and
methods that are common to all validation controls. They
are:
? ControlToValidate - This value is which control the
validator is applied to.
? ErrorMessage - This is the error message that will
be displayed in the validation summary.
? IsValid - Boolean value for whether or not the
control is valid.
? Validate - Method to validate the input control and
update the IsValid property.
? Display - This controls how the error message is
shown.
Comments on tiwariaj@yahoo.co.in ...
Ashish Tiwari
Software Programmer
I Media Corp. Ltd
Mahape,Navi Mumbai.
Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between asp.net and mvc?
Explain the advantages of passport authentication.
What are the new login controls in asp.net 2.0?
What is Pre-Render event in ASP.NET?
Explain the differences between managed and unmanaged code?
What is validation in asp.net?
Is it necessary to lock application state before accessing it ?
can i use store procedure in disconnected mode? give me answer
What is the use of view state?
WSDL means?
Does google crawl redirects?
What are tuples?