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

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



Posted By: Avi Date: 28 October 2009 04:44:15 AM
 Answer:

ControlToValidate property and Text property


Posted By: eTechPlanet


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

Loading
Enter the text as shown in the image 1XcGfk
Related Questions
ASP.Net : In .net framework where does the HTML page resides in the class hierarchy?

In .net framework where does the HTML page resides in the class hierarchy?

It lies in System.Web.UI.Page
Category: ASP.Net Date: 10/2/2010 3:11:19 AM
ASP.Net : Is it possible to create a custom control in asp.net? If yes, then how?

Is it possible to create a custom control in asp.net? If yes, then how?

Yes, creating a custom control is possible in ASP.net. Custom controls are user defined controls and....
Category: ASP.Net Date: 10/1/2010 11:15:19 PM
ASP.Net : Name the methods which are fired while the page is being loaded?

Name the methods which are fired while the page is being loaded?

The following methods are fired:- 1. Init():- This event is fired when the page is instantiated. It....
Category: ASP.Net Date: 10/1/2010 4:17:19 PM
ASP.Net : Is it possible to apply an alternating color scheme  in a Reporter Control?

Is it possible to apply an alternating color scheme in a Reporter Control?

By using AlternatingItem template. The style properties of AlternatingItem template can be used to g....
Category: ASP.Net Date: 10/1/2010 9:45:19 AM
ASP.Net : Suppose a certain ASP.Net  function is executed on MouseOver  for a specific button, then where would you add an event handler?

Suppose a certain ASP.Net function is executed on MouseOver for a specific button, then where woul....

The MouseOver attribute is added to the button. The code is as follows:- Buuton_Name.Attributes.Add....
Category: ASP.Net Date: 10/1/2010 8:37:13 AM