ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1649 Page Views: 

Which validation control can we use to make sure the values in two different controls matched?



Posted By: Avi Date: 28 October 2009 04:59:58 AM
 Answer:

CompareValidator control


Posted By: eTechPlanet


Date: 28 October 2009 04:59:58 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image X2Eo8Q
Related Questions
ASP.Net : How can you enable automatic paging in DataGrid?

How can you enable automatic paging in DataGrid?

To use the built-in paging of DataGrid, set the AllowPaging property to true and the PageSize proper....
Category: ASP.Net Date: 10/28/2009 6:05:09 AM
ASP.Net : What property must you set, and what method must you call, in order to bind the data from a data source to the Repeater control?

What property must you set, and what method must you call, in order to bind the data from a data sou....

You must set the DataSource property and call the DataBind method.
Category: ASP.Net Date: 10/28/2009 5:15:14 AM
ASP.Net : We have a requirement to use same header and footer for number of pages. How we can implement in ASP.Net with minimum code and effort?

We have a requirement to use same header and footer for number of pages. How we can implement in ASP....

We can use Master Pages which defines the layout (look and feel) and standard behavior for all of th....
Category: ASP.Net Date: 10/28/2009 5:10:00 AM
ASP.Net : Which validation control can we use to make sure the values in two different controls matched?
ASP.Net : Can you tell me the two properties common in every validation controls?

Can you tell me the two properties common in every validation controls?

ControlToValidate property and Text property
Category: ASP.Net Date: 10/28/2009 4:44:15 AM