D
Doug Batchelor
I am using the ASP.NET membership stuff and have succesfully implemented it
on my site. However, I would now like to be able to get the UserId which is
stored for registered users in the aspnet_users table in ASPNETDB.MDF. The
reason is that I would like to include this value for users who insert
records in other tables in my database. I thought I could use the LoginName
control to get the Username which I could then use to query the aspnet_users
table, but I can't find a property which will give me the Username in the
control.
I would appreciate any help from the gurus out there.
on my site. However, I would now like to be able to get the UserId which is
stored for registered users in the aspnet_users table in ASPNETDB.MDF. The
reason is that I would like to include this value for users who insert
records in other tables in my database. I thought I could use the LoginName
control to get the Username which I could then use to query the aspnet_users
table, but I can't find a property which will give me the Username in the
control.
I would appreciate any help from the gurus out there.