J Jon Paal Jan 11, 2007 #1 How can I make a simple redirect occur for the CompleteWizardStep instead of a display ?
A arun Jan 18, 2007 #2 Try this protected void CreateUserWizard1_CreatedUser(object sender, EventArgs e) { Response.Redirect("http://www.yahoo.com"); }
Try this protected void CreateUserWizard1_CreatedUser(object sender, EventArgs e) { Response.Redirect("http://www.yahoo.com"); }