asp.net-profiles
Multiple profile providers
I have multiple profile providers and profile types: ProviderA with ProfileA and ProviderB with ProfileB[详细]
2023-01-11 20:20 分类:问答How to determine if a profile data member has ever been set?
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[详细]
2023-01-06 07:24 分类:问答Using Profile and CreateUserwizard in ASP.NET MVC 2
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.[详细]
2023-01-04 13:10 分类:问答How do you get asp.net anonymous authentication token for profile support?
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[详细]
2023-01-03 15:06 分类:问答ASP.NET MVC Get a list of users with particular profile properties
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[详细]
2022-12-27 00:38 分类:问答User Profile objects are empty, even user logged-in properly?
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.[详细]
2022-12-25 15:28 分类:问答Storing profile information for asp.net users in separate columns instead of 1 long column?
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[详细]
2022-12-19 08:56 分类:问答ASP.NET ProfileBase.Create behavior when supplied with an existing username
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[详细]
2022-12-18 03:47 分类:问答Asp.net MVC Why should I bother with a Profile Provider?
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[详细]
2022-12-17 07:47 分类:问答CustomProfile is not saving?
I created a class that extends ProfileBase: public class CustomerProfile : ProfileBase { public int CustomerID { get; set; }[详细]
2022-12-09 14:15 分类:问答