Posted on: 7/2/2014 1:35:12 AM | Views : 413

Hello Guys. I'm a beginner programmer so please bare with me. I'm trying to learn how to create a custome membership provider in ASP.net and I have followed the following tutorials
http://msdn.microsoft.com/en-us/library/ms366730.aspx
http://msdn.microsoft.com/en-us/library/6tc47t75.aspx I have accomplished both tutorials successfully. What I'm trying to do right now is to customize the createuserwizard.usercreated event to include the new properties. I have already included the extra textbox fields needed for the extra info. According to the tutorial I need to do the following steps
Retrieves the property values of the additional membership user.
Casts the membership user created by the CreateUserWizard c ...

Go to the complete details ...