Posted on: 2/29/2012 6:15:35 AM | Views : 698

Hello all,
I am storing the user id for a record who creates it. It is working fine in aspx.cs file.
myReview.Owner = (Guid)Membership.GetUser().ProviderUserKey;
but when I use the same code in a class file in App_Code folder then it does not work and code breaks. 
Is there any other way to get user id in case of class file?
Please help me I am stuck on it for a long time.
Many thanks...
...

Go to the complete details ...