Adding the NewComment.aspx Page The next page we need to add is the NewComment page that we created a link to on the Post page. This page will allow you [...]
Adding the NewPost.aspx Page The next thing we need to do is add in the NewPost.aspx page so that we can make new posts from the web site. To make [...]
Adding the Post.aspx Page The next thing that we need to do is add our Post page that will display all of the comments from the Comments table for a [...]
Adding the Default.aspx Page The next thing we need to do is create our home page. This page will simply display links to all of the topics in our forum [...]
What is a forum? A forum is essentially a message board that is organized into topics, which allow users to make posts to these topics for everyone to see. Each [...]
Adding the Topic.aspx Page The next thing we need to do is add our page that will display the posts for a given topic. To do this, we will be [...]