Monday, March 26, 2012

Confirmbutton Question

I put a ConfirmButton extender for a button. This button is a submit button which is put in the last step of Wizard. The wizard has validations.

My problem is the ConfirmButton dialog doesn't pop up before the validation logic kicks in.

Any clue?

Try to set UseSubmitBehaviour property of button

For additional information

Validation controls, which includes theBaseCompareValidator,BaseValidator,CompareValidator,CustomValidator,RangeValidator,RegularExpressionValidator,RequiredFieldValidator, andValidationSummary control are not compatible with UpdatePanel

http://weblogs.asp.net/scottgu/archive/2007/01/25/links-to-asp-net-ajax-1-0-resources-and-answers-to-some-common-questions.aspx

Download compatible version of validators from here

http://blogs.msdn.com/mattgi/archive/2007/01/23/asp-net-ajax-validators.aspx

No comments:

Post a Comment