Name two properties common in every validation control?
Answers were Sorted based on User's Feedback
Answer / sunayana
ControlToValidate property and Text property.
Is This Answer Correct ? | 28 Yes | 3 No |
Answer / srinivas choudary.m
1. ControlToValidate , 2. Error Message
Is This Answer Correct ? | 24 Yes | 4 No |
Answer / manish singh(amalga fusion)
Control to Validate and Text property
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / shailja
The Correct Answer:-
ValidationGroup and EnableClientScript are properties common
to all the controls.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shravani
The two main properties of a validation control are:
1..control to validate
2..text
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / jatin sehgal
The 2 properties common to every validation control are:
1. Error message
2. Control to validate
Is This Answer Correct ? | 4 Yes | 4 No |
How many types of web application ?
What are the types of assemblies and where can u store them and how a private assembly is used only by a single application, and is stored in that application's install directory (or a subdirectory therein)?
Name the validation control available in asp.net ?
what is service contract,operation contract?
Explain the difference between debug.write and trace.write?
Can we store object in viewstate?
Which is faster union or union all?
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?
When should we use abtract class and Interface Class?Give an Example
4 Answers Accenture, Cap Gemini, L&T, RM,
Guys can anobody tell what is Conditional Bloating in asp.net ??
Explain in what order a destructors is called.
What are the cookies types in asp.net?