Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Dynamic Photogallery in ASP.NET and C# - V1

0.00/5 (No votes)
24 Mar 2005 1  
Creating a photogallery without a database, just gets files' information.

Sample Image - Photo_gallery.jpg

Introduction

Hello guys, this is my first project here in the great Code Project site.

This is a dynamic photo gallery. It allows you to make your gallery without any database, but just get the files from a directory and bind them in a data list or data grid and after creating the thumbnails, the popup reads the image name and there is an XML file in which you can write the description of every image.

The display name under each image is the file name without the .jpg extension.

The code is very simple; no need of database, just gets files' information.

Enjoy it!

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here