Which of these Controls does not have the Display property?

 Posted by Ddd on 1/25/2011 | Category: ASP.NET Interview questions | Views: 6799 | Points: 40
Select from following answers:
  1. RangeValidator
  2. CompareValidator
  3. CustomValidator
  4. ValidationSummary
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Sathya4260 on: 1/26/2011 | Points: 10
Range Validator
Posted by: Ddd on: 1/26/2011 | Points: 10
RangeValidator has got the display property.You can drag and drop the control from the
toolbox on the Web Form and see its properties.Also referer to the MSDN.

Login to post response