Author: REFlaherty | Posted on: 8/13/2008 12:44:26 PM | Views : 1241

I have a ASP.NET application, developed in C# 3.5 using Visual Studio 2008 and utilizing the Membership provide (System.Web.Security.SqlMembershipProvider).  The MasterPage contains the LoginStatus control.  When the user clicks on the control, he or she is transferred to the login page to login in.  At that point, the newly logged in user is transferred back to the default page.My objective is to provide a simple way for various users to be able to quick access their data.I added a column to the aspnet_ ...

Go to the complete details ...