Question:You have created an ASP.NET Web form that enables users to create accounts with a
CreateUserWizard control. After a new user creates an account, you want to redirect
the user to a page listing the rules for your Web site. To which of the following events
should you respond?
A CreateUserWizard.Unload
B CreateUserWizard.ContinueButtonClick
C CreateUserWizard.CreatedUser
D CreateUserWizard.Init
+ AnswerB
+ Report