i have logged in using a login control
how can i transfer the login details to all other pages and how can i logout
Once login is successful you can get the details using the following
MembershipUser user = Membership.GetUser(this.Page.User.Identity.Name);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.