I have multiple profile providers and profile types: ProviderA with ProfileA and ProviderB with ProfileB
I\'ve asked this before but I\'m resurrecting it because I didn\'t get a satisfactory response. I have a profile variable, and when I load it then it is assigned default values. I need to check to se
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 CreateU开发者_JAVA技巧serWizard control.
So I have an asp.net Web Application (Not Web Site) that I am trying to support profiles for anonymous users.I have a form and I want anonymous users to be able to enter their name and email only once
I\'m using ASP.NET MVC 1 and I have added a custom Profile class using the WebProfile Builder VS add-in (found here: http://code.msdn.microsoft.com/WebProfileBuilder/Release/ProjectReleases.aspx?Relea
I use asp:Login control, user can login properly, but while checking user Profile information within LoggedIn event of Login control, all of the fields in the Profile objects are empty.
Whe开发者_开发技巧n you create profile information for an asp.net user, it creates all the property values in 1 field.This is not the easiest thing to query.Is there a way to tell it to store the valu
When supplied with a username that already exists,开发者_C百科 does ProfileBase.Create return the ProfileBase associated with the existing user (and if the username does not exisit, creates a new user
I already have a database with about 20 fields of userprofile information. Im not sure what the advantage would be for creating a custom provider开发者_开发问答 instead. Can someone explain what is th
I created a class that extends ProfileBase: public class CustomerProfile : ProfileBase { public int CustomerID { get; set; }