J
Jeff
hi
asp.net 2.0
I'm wondering if it's possible to get the Guid id for user from within the
BLL/DAL.. that is other pages than .aspx.cs...
I know I can get the current username from within BLL using this code:
HttpContext.Current.User.Identity.Name;
I ask cause in my code I want the Guid as it's a foreign key in database...
I have a table which is connected to aspnet_users, so when creating a new
record in that table, then I need the foreign key to the aspnet_users
table...
any ideas?
asp.net 2.0
I'm wondering if it's possible to get the Guid id for user from within the
BLL/DAL.. that is other pages than .aspx.cs...
I know I can get the current username from within BLL using this code:
HttpContext.Current.User.Identity.Name;
I ask cause in my code I want the Guid as it's a foreign key in database...
I have a table which is connected to aspnet_users, so when creating a new
record in that table, then I need the foreign key to the aspnet_users
table...
any ideas?