Name the two properties which are common in every validation control?



Name the two properties which are common in every validation control?..

Answer / Rohit Sah

1. ControlToValidate: The ID of the server control being validated.
2. ErrorMessage: The message that is displayed when validation fails.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP Interview Questions

why and how static variable retain their value after postback form ?

1 Answers  


Which asp object is often used to retrieve user information from forms?

1 Answers  


What are the tasks performed by <form> tags?

1 Answers  


What opens asp files?

1 Answers  


What is the difference between ASP and HTML?

9 Answers  


What is asp cookies?

1 Answers  


How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID

1 Answers  


how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008

1 Answers  


Explain the difference between server-side validation and client-side validation?

1 Answers  


What are the collections of Application Object?

1 Answers  


What is asp content?

1 Answers  


How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.

1 Answers  


Categories