65.9K
CodeProject is changing. Read more.
Home

Dynamic Photogallery in ASP.NET and C# - V1

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.31/5 (36 votes)

Mar 24, 2005

viewsIcon

160575

downloadIcon

13176

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!