Aug 26, 2006 #1 wallm Programmer Apr 4, 2005 69 GB Is there anyway to skip having to click the 'continue button' step and go straight to the destinationpageurl?
Is there anyway to skip having to click the 'continue button' step and go straight to the destinationpageurl?
Aug 28, 2006 #2 BoulderBum Programmer Jul 11, 2002 2,179 US A quick easy way would be to Response.Redirect on the CreatedUser event. There may be a better way, though. Upvote 0 Downvote
A quick easy way would be to Response.Redirect on the CreatedUser event. There may be a better way, though.