Assign a post to a user in ASP.NET Membership

Posted by Alon on Stack Overflow See other posts from Stack Overflow or by Alon
Published on 2010-05-02T00:40:08Z Indexed on 2010/05/02 0:47 UTC
Read the original article Hit count: 527

I'm writing a forum in ASP.NET. I have a table of posts. How can I assign a post to a user? If I had a normal User table, I'd just creating a new field in the post table "UserId" and creating an assocation in the Linq to Sql designer. But now? Should I include the aspnet_Users in the designer?

Thanks.

© Stack Overflow or respective owner

Related posts about linq-to-sql

Related posts about c#