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 |
when we write the html code with runat = server it works like a server control than why we use the server control?
Explain the difference between asp and asp.net?
What are the parts of an http response?
How To Generate ConnectionString By Using Notepad??
How will you load dynamic assembly?
Which adapter should you use, if you want to get the data from an access database?
Any body Having SHAREPOINT Material plzzz? please material to send prasad.k12@gmail.com
Explain method to handle error using HttpError in Web API?
What are the different types of proxy patterns?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is difference between session and cookie?
how we declare interface
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)