ASP.NET Photo Album Part 3 – Displaying Images
Adding the Image.aspx Page Now that we have some images in our database, we are ready to display them. To do this, we will be adding two different pages. First, [...]
Adding the Image.aspx Page Now that we have some images in our database, we are ready to display them. To do this, we will be adding two different pages. First, [...]
Adding the Add.aspx Page At this point, we should have our datbase setup and be ready to add in a form that will allow users to upload images. To begin: [...]
Adding the Database To begin creating our photo album, we will need to add a database to our web site that will allow us to store all of the necessary [...]
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 [...]