I'm having troubles on an ASPX form using two ASP default components; The default components are the UpdatePanel (The one that is having troubles I believe) and the Wizard that works fine in many browsers.

The form with both components works fine on Firefox but crushes at the second step of the wizard.

Is there a documented bug about mixing these two components??

Any ideas??

link|improve this question

44% accept rate
crash? do you get an exception? which one? – onof Aug 2 '10 at 21:03
try posting the code – Christopher Edwards Aug 2 '10 at 22:44
feedback

1 Answer

up vote 2 down vote accepted

Already solved it by myself.

Note for all of you:

When you use the ADO.NET Wizard component you can't put the Wizard inside an UpdatePanel, but each "step" of the Wizard inside an UpdatePanel, so the solution was to place three (3) UpdatePanel's inside one Wizard component.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.