what I'm trying to do is realy simple.
I have 11 steps in my wizard and some cases I would like the step 9 to be
the last step.
I tried the WizardSteps.AddAt(11, my Step) and it moves the step wherever I
want but if I click on any step in my wizard its giving me this log
error:"Failed to load viewstate. The control tree into which viewstate is
being loaded must match the control tree that was used to save viewstate
during the previous request. For example, when adding controls dynamically,
the controls added during a post-back must match the type and position of the
controls added during the initial request."

Signature
Regards,
M.Rochdi
"Michael Nemtsev" <Michael Nemtsev>, "MVP" wrote:
> Hello Mike,
>
[quoted text clipped - 16 lines]
> M> thanks.
> M>
Michael Nemtsev, MVP - 03 Sep 2007 04:21 GMT
Hello Mike,
See discussion there http://forums.asp.net/p/923469/1810810.aspx
hope it helps
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
M> Failed to load viewstate
M>