Which control would you use if you needed to make sure the
values in two different controls matched?

Answers were Sorted based on User's Feedback



Which control would you use if you needed to make sure the values in two different controls matche..

Answer / jitender

compare Validator

Is This Answer Correct ?    5 Yes 0 No

Which control would you use if you needed to make sure the values in two different controls matche..

Answer / dhiraj srivastava

By using compair validater from validation tag

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Differentiate between structure and class.

0 Answers  


Can I stream live content/events?

0 Answers  


What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0

11 Answers   Bosch, IntraLogic,


How to consume a webservice in a windows application without adding through the web reference?

1 Answers   247Customer,


What are the Types of session management in ASP.NET

0 Answers   Microsoft,






IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE.

1 Answers  


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


How do you register a .NET assembly?

3 Answers   Microsoft,


How do we sort the data from a dataset?

0 Answers  


How is it possible for .NET to support many languages?

0 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

1 Answers   Patni,


what is difference between .net 3.0 and 3.5

3 Answers  


Categories