FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

ASP.NET INTERVIEW QUESTION & ANSWERS

11. What is Required Field Validator?
  It checks whether the control have any value. It is used when you want the control should not be empty.
Your Name Your Email-ID
Your Answer
 
12. What is Range Validator?
  It checks if the value in validated controls is in that specific range.
Your Name Your Email-ID
Your Answer
 
13. What is Compare Validator?
  It checks that the value in controls should match some specific value.
Your Name Your Email-ID
Your Answer
 
14. What is Regular Expression Validator?
  When we want the control, value should match with a specific regular expression.
Your Name Your Email-ID
Your Answer
 
15. What is Custom Validator?
  It is used to define user defined validation.
Your Name Your Email-ID
Your Answer