sqlprofileprovider
read user profile by username
I need to retrieve from the profile of some user (which is not the one is currently logged-in) by using the username[详细]
2023-04-05 07:23 分类:问答What do the ASP.NET Universal Providers enable that the default sql providers don't?
Inside the readme file of the ASP.NET Universal providers NuGet package is this quote The SqlMembershipProvider, SqlRoleProvider, SqlProfileProvider classes that shipped in ASP.NET through version 4[详细]
2023-03-26 00:43 分类:问答SqlProfileProvider - can you use Profile.GetProfile() in a project?
I am attempting to use the SqlProfileProvider in an application and can\'t seem to use it the way I want to.I would like to be able to simply call up a profile like this:[详细]
2023-02-10 17:02 分类:问答alternative to profileprovider in asp.net mvc
i\'m developing an ASP.NET MVC site that actually use a 开发者_如何转开发custom profileProvider to retrieve info (like last page visited, max number of record to view in a grid, notification via mail[详细]
2023-02-06 15:17 分类:问答Improve performance on ProfileManager.GetAllProfiles when using SqlProfileProvider
I am using the SqlProfileProvider to store my user profiles in an asp.net web application. What I am looking for is a way to fetch all user profiles (I would prefer a search API, but there is not one[详细]
2022-12-11 02:25 分类:问答Caching the profiles from SqlProfileProvider -- ProfileManager.GetAllProfiles result
I\'m using the SqlProfileProvider on one of my websites and in one page I need to fetch the whole list of profiles (it is an intranet).[详细]
2022-12-10 18:30 分类:问答