User539757411 posted
Hi,
I am using ASP.NET´s Membership Provider in order to restrict access on my website.
I´m trying to make an articles table, where the user logged in, inserts an articles and it gets the user´s name on the ASPNETDB.MDF .
EG.: John loggs in the system. Then he inserts an article, so the data inserted would be his ID or NAME and the artcile´s TEXT and TITLE.
Is it possible ?
Thank you