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 website. To which of the following events should you respond?
A CreateUserWizard.Unload
B CreateUserWizard.ContinueButtonClick
C CreateUserWizard.CreatedUser
D CreateUserWizard.Init
+ AnswerB
+ Report