Which two properties are on every validation control?
Answer Posted / sivasubramanian hariharan
We have two common properties for every validation controls
1. Control to Validate,
2. Error Message.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain Different kinds of methods?
What is il in vb.net?
How is .net able to support a lot of languages?
Tell us what is json data, and what is one way that .net developers can work with json?
What is the difference between response.redirect & server.transfer?
Explain what are an object and a class?
Explain what is an application domain?
What is cyclomatic complexity and why is it important?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
What are the core differences between .NET Languages ?
What does cli do?
How to load a user control dynamically in runtime?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
Explain the difference between asp.net and asp?