What are three ways that you can use a compare validator?
Answer Posted / sunny
There are three ways to use compare validator.
1> When you want to compare value of two control.
2> when you want to compare value with condition.suppose
age must be greater then 18.
3> when you want to compare datatype check.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is react a template engine?
What is the difference between “Web.config” and “Machine.Config”?
What do you understand from custom control?
Define satellite assemblies.
How does windows service lifecycle differ from a .standard. Exe?
Disable Mouse right click on web page in asp.net?
Where web.config file is used?
Explain the significance of routing? : asp.net mvc
What is Web API?
Explain the purpose of storyboard.targetproperty.
What is Partial PostBack in ASP.NET?
What is a master page and what does it do?
How can you handle errors in Web API?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
How can u deifne the benefits and limitation of using Viewstate for state management?