Hi,
I build my Profile Provider with: ASP.NET 2.0 Table Profile Provider.
I use CreateUserWizard and on CreateUserWizard1_CreatedUser() I get:
Profile.IsAnonymous ==
true
So i can't enter the user profile properties on this step, only in ContinueButton_Click.
Even manualy with: Membership.CreateUser() I get Profile.IsAnonymous == true , why?
How can I use this profile in a One step createUser, using Membership.CreateUser() and a line after use the Profile?
thanks,
Rafael