I have a web page that contains Validations, (required field, compare, etc) for several textboxes. They are grouped in a ValidationSummary control and are called on a btn_click event that fires all the validations for that group. My problem exist where I have a autocomplete extender that does a postback causing my validations to fire before I have a chance to fill the remaining textboxes and click save on my page. What I would like to do, if possible is disable the validations until I click the Save button on my page to fire the validations, if applicable. I hope this post is clear, if I need to provide code I will be glad too. Thanks for your help in advance.