Top "Asp.net-profiles" questions

how to logout the user from my asp.net application?

I'm using custom code to login and logout the user in my web application. on click of the login button, …

c# asp.net asp.net-membership asp.net-profiles asp.net-session
what is difference between session, cache and profile in asp.net

we often use session, cache and profile in asp.net webform project. we often store data in session, cache and …

session caching webforms asp.net-profiles
.net profile provider and custom profiles. The settings property '' was not found.

I've run into a bit of a pickle here. I have a custom profile that I used in two applications …

c# asp.net sql-server asp.net-profiles
Update an existing user's profile in ASP.NET

I want to change an existing user's profile without having to create a new profile for the user. For example: …

c# asp.net asp.net-profiles
Storing additional data in aspnet_profile table with Membership data

I am using Membership API with OpenId implementation in my project built on MVC2 framework. Other than the username , I …

asp.net .net asp.net-membership asp.net-profiles
SQL aspnet_profile

any idea how I can get user FirstName and LastName from the aspnet_profile table based on UserID using SQL …

sql asp.net-membership asp.net-profiles