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 [...]
There are a few different ways that you can send images via email. The easiest way to do this is to simply make the body of the email html and [...]
Adding the Image To demonstrate rotating images on a web page, we will need to create a simple website. At this point in the tutorial I have created a new [...]