What does the Causes-Validation property do in Asp.Net?

 Posted by vishalneeraj-24503 on 3/19/2014 | Category: ASP.NET Interview questions | Views: 2884 | Points: 40
Answer:

When we have some validations on our page or control but do not have to perform validation on some control,then we can use CausesValidation property.It has True/False value.Set CausesValidation = False to avoid page validation.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response