I need to retrieve from the profile of some user (which is not the one is currently logged-in) by using the username
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
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:
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
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
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).