Rank: Newbie Groups: Member
Joined: 4/15/2009 Posts: 1
|
Hello
Is there any way to change the activestepindex of a wizard control AFTER the progress tasks have been finished.
Thank you Ian
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, The generalized version of this question as "how to execute additional code after the progress tasks have been finished". The "additional code" can be either client side code (JavaScript), or server side code (VB/C#). These two samples demonstrated both: http://demo.essentialobjects.com/Default.aspx?path=ProgressBar\progressbar_adv1http://demo.essentialobjects.com/Default.aspx?path=ProgressBar\progressbar_adv2You can check the full source code (available on your local machine) to see how it works. Thanks!
|