On DNN 4.0.3, I want to add more properties to a
user profile by modifing the registration page and other related
classes. What I did wereadding a text box and
a dropdown list controls to user control user.axcx and adding associated properties to its code behind file; adding associated properties to the UserProfile.vb then Modidfy the register.ascx.vb to assign the input from the
usercontrol to the profile object; adding
new properties to the configuration file.
It
was recompiled successfully. However, when I registered a new user, the aspnet_profile table is not inserted with a new
record (though the new user data was
inserted to the aspnet_users correctly).
What
did I do wrong or what did I miss? Please help. Any responses are appriciated!
Ann