Hello, I am using this tutorial to create an application in ASP.NET MVC 2 where I can register users with custom profile properties using the CreateUserWizard control.
My problem is that the tutorial uses ASP.NET (not MVC) and it needs the code-behind of the control for handling the CreateUserWizard1_CreatedUser method.
Since in ASP.NET MVC Views don't have a code-behind by default, I would like to know how can I have access to that method.
Thanks in advance, Sam.