I’m using ASP .NET with Oracle XE as my database and I use the ASP .NET Membership tools with Oracle as my provider. The ASP .NET Membership tool creates its own set of tables on my database.
My question is how can I show the data from the MemberInformation table when the user is logged on?
I’m using ASP .NET with Oracle XE as my database and I use the
Share
you can use
MembershipandMembershipUser' in theSystem.Web.Security`Now using the
userobject you can access most information of the currently logged in user. These classes are powerful you can even use them to update user data.See these Links for details:
MembershipUser
Membership