I am using asp.net membership and roles database. I want to know that that It has a users table. Is there any table in this database where user createdate is saved ? I see LastActivityDate column in aspnet_users table. Please suggest
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You need aspnet_Membership.CreateDate.
If you’re using a standard provider, you can get it like this: