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 |
why and how static variable retain their value after postback form ?
Which asp object is often used to retrieve user information from forms?
What are the tasks performed by <form> tags?
What opens asp files?
What is the difference between ASP and HTML?
What is asp cookies?
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
how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008
Explain the difference between server-side validation and client-side validation?
What are the collections of Application Object?
What is asp content?
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.