Yussi Ariefiyono
Skip complete wizard step in CreateUserWizard
Problem:
Need to skip last step on CreateUserWizard
Solution:
Add the OnActivate="CompleteWizardStep1_Activate" on last step.
here you can add redirect code, for example:
public void CompleteWizardStep1_Activate(object sender, EventArgs e)
{
Response.Redirect("SomePage.aspx");
}
| Print article | This entry was posted by yussi ariefiyono on December 17, 2008 at 10:13 am, and is filed under asp.net. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
about 1 year ago
glad i can help
No problem!! my pleasure^^