Hi,
I want to extend the CreatedUserWizard with AssociatedControlID and then i want to save that extended data to dbo.aspnet_Membership table.
Pls, show me the way...
Thanks
web.config
-------------
<profile enabled="true">
<properties>
<add name="-----" type="----"/>
<add name="-----" type="-----"/>
</properties>
</profile>
example.aspx.cs
-------------------
ProfileCommon p = (ProfileCommon)ProfileCommon.Create(RegisterUser.UserName, true);
ProfileCommon dosen't work in vs 2010.
Is there any other control instead of ProfileCommon?
Go to the complete details ...