I'm new to ASP.NET and I'm trying to make a simple forum.
I'm using LINQ to SQL for data access.
I'm trying to insert a new 'Topic' object into my database with the following code, which upon execution gives me the following error "Object reference not set to an instance of an object" on the...