Sunday, March 11, 2012

Login Control within LoginView within UpdatePanel

Login,PasswordRecovery,ChangePassword, andCreateUserWizard whose contents have not been converted to editable templates. Validation controls, which includes theBaseCompareValidator,BaseValidator,CompareValidator,CustomValidator,RangeValidator,RegularExpressionValidator,RequiredFieldValidator, andValidationSummary controls are Not Compatible with UpdatePanel

http://asp.net/ajax/documentation/live/overview/UpdatePanelOverview.aspx

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

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


From my code above you can see that the Login control I'm using has been converted to an editable template, so compatibility should not be an issue. There has to be a simple explanation.

No comments:

Post a Comment