What are the two properties that are common in every
validation control?

Answers were Sorted based on User's Feedback



What are the two properties that are common in every validation control?..

Answer / balaji

ControlToValidate and ErrorMessage

Is This Answer Correct ?    10 Yes 0 No

What are the two properties that are common in every validation control?..

Answer / psetty

ControlToValidate property and Text property

Is This Answer Correct ?    2 Yes 1 No

What are the two properties that are common in every validation control?..

Answer / praveen kumar

ControlToValidate and Runat

Is This Answer Correct ?    2 Yes 1 No

What are the two properties that are common in every validation control?..

Answer / deepali

ControlToCompare and controlTovalidate

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?

6 Answers   D&B,


How can we identify that the Page is Post Back?

0 Answers  


You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

2 Answers   Syntax Softtech,


In asp.net 3.5 we can go one page to onther page without using statemanagment concept?

1 Answers   ANR, Google, TCS,


What is the mvc framework?

0 Answers  


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

0 Answers   InfoAxon Technologies,


How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP

3 Answers  


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

0 Answers  


WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.

11 Answers   HCL, Microsoft,


Types of store procedure in Sqlserver?

3 Answers  


What are the 3 types of web?

0 Answers  


Explain the different types of assemblies?

0 Answers  


Categories