This is a migrated thread and some comments may be shown as answers.

RadAjax breaks CreateUserWizard

1 Answer 64 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Eugene
Top achievements
Rank 2
Eugene asked on 06 Mar 2008, 06:57 PM
Hi Guys,

I'm having trouble AJAX-ing a sign-up page which is based on the CreateUserWizard control.  I'm coding in VS2008 but the site is targeted for .NET 2.0.  I've AJAX-ed a bunch of page already but this one causes me issues.  The set-up is the following:  RadAjaxManager and RadScriptManager in a master page, and a RadAjaxManagerProxy in the actual sign-up page which inherits the master page.  I do the following setup in Page_Load:

RadAjaxManagerProxy1.AjaxSettings.AddAjaxSetting(CreateUserWizard1, CreateUserWizard1, RadAjaxLoadingPanel1);

When I click next in the wizard the loading panel works properly, but when the everything is finished it stays no the same (first) page.  I tried to just wrap the control in a RadAjaxPanel but the AJAX does not work at all in that case.

Any ideas guys?

Thanks,
Eugene

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 07 Mar 2008, 08:57 AM
Hi Eugene,

We have been unable to reproduce the problem on our end. Find attached a sample project according to your description, give it a spin and let us know what differs in your case.

Kind regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Eugene
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Share this question
or