Though I am quite new to ASP.NET, I have create a new table in the default MembershipProvider database (ASPNETDB) in order to hold an RMANumber, Charge and userid as a uniqueidentifier referencing the aspnet_Users UserId.Now, I stumbled to the part where I must take the current user name and add those extra information in the ASPNETDB. I have not done any code/configuration for this part yet, but after a lot of thinking, it seems to me that this path I chose, is not the most efficient one, or perhaps, wrong.How should I proceed with my implementation? Is my approach correct or do I need to change it somehow?