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-sessionwe often use session, cache and profile in asp.net webform project. we often store data in session, cache and …
session caching webforms asp.net-profilesI'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-profilesI 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-profilesI 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-profilesany 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