Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 700407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T03:29:39+00:00 2026-05-14T03:29:39+00:00

I use asp:Login control, user can login properly, but while checking user Profile information

  • 0

I use asp:Login control, user can login properly, but while checking user Profile information within LoggedIn event of Login control, all of the fields in the Profile objects are empty.
Also, User.Identity.IsAuthenticated always returns false.

But, all of these issue solved while navigating to another page.

Why User.Identity.IsAuthenticated returns false, even user logged-in properly?
And, is there any way to get user’s profile information within LoggedIn event of Login control?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T03:29:39+00:00Added an answer on May 14, 2026 at 3:29 am

    In the LoggedIn event the User and Profile identities are not yet updated. Try instead this:

    To access the user:

    MembershipUser aUser = Membership.GetUser(Login1.UserName);
    // work with aUser ...
    

    To access the profile:

    ProfileCommon aProfile = Profile.GetProfile(Login1.UserName);
    // work with the member fields in aProfile ...
    

    (Login1 is your Login control.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to use forms authentication without login control.I don't want to use asp.net login
I use ASP.NET I want to show percentage to user from codebehind while database
I have an asp.net login control and I have implemented the user name to
hey guys, i am using asp.net login control, here i am using onauthenticate event
I'm using the ASP.Net Login control to login a web application. When the user
I have been attempting to use ASP.NET MVC remote validation for username login access
I'm trying to add simple login page to ASP.NET MVC app. I actually use
I use ASP.NET and have a label control on my page, which I fill
We have an ASP.net application but some screens are deemed too slow to use
i have an usercontrol that has a public event. when i use this user

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.