Which two properties are on every validation control?
Answer Posted / shashi kant jangir
There are two common properties for every validation controls
1. Control to Validate.
2. Error Message.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Interop Services?
Explain the .net framework overview?
What is the difference between imperative and interrogative code?
How viewstate is being formed and how it is stored on client in .net?
What do the terms “boxing” and “unboxing” mean?
Explain how to redirect tracing to a file?
What is managed code execution?
How can you instantiate a tuple?
What is "common language runtime" (clr) in .net?
Can "this" be used within a static method?
Please explain the difference between constants and read-only variables?
Which dll translate xml to sql in internet information server (iis)?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?