Which control would you use if you needed to make sure the
values in two different controls matched?
Answer Posted / dhiraj srivastava
By using compair validater from validation tag
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Where would you use an ihttpmodule, and what are the limitations of any?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Why we are using mvc instead of asp.net? : Asp.Net MVC
Where is asp.net view state stored?
Can you set which type of comparison you want to perform by the comparevalidator control?
How do I open an ashx file in windows 7?
What is difference between Fragment Caching and Page Caching in ASP.NET?
How long does an http session last?
What is the difference between Hash table and Array list?
What language is asp.net written in?
Is asp.net mvc still used? : Asp.Net MVC
What is server transfer?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
How Session use Cookies in State Management?