Image Gallery Control

Allows you to embed an image gallery in any ASP.NET page, complete with thumbnails and directory browsing.
Download

Image Gallery Control Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Publisher Name:
  • Benjamin Hollis
  • Operating Systems:
  • Windows All
  • File Size:
  • 5 KB

Image Gallery Control Tags


Image Gallery Control Description

The Image Gallery Control was designed to be a simple ASP.NET control that will allow you to embed an image gallery in any ASP.NET page, complete with thumbnails and directory browsing. The gallery will show all the JPG, GIF, and PNG images in a folder, and add links to all the subfolders. It also includes automatic breadcrumb navigation. An example can be seen in my Pictures section. The code is based off some stuff I found on the 'net, but I can't remember exactly where. This is sort of an early release scraped from code I'm actually using. I may be able to pretty it up in the future. The control comes in two parts: the imagegallery user control, and the thumbnail generator. For a simple install, just copy the "thumbnail" files to the same folder as the page you want to host the gallery, and copy the imagegallery control to wherever you usually put controls. There are a few properties to be aware of: BreadCrumbClass This is the CSS class that will be applied to the "breadcrumb" navigation. BaseImagePath This is the relative path to the folder you want to use as the root of your gallery. MaxImageWidth All thumbnails will be scaled so their width is less than or equal to this value, in pixels. MaxImageHeight All thumbnails will be scaled so their height is less than or equal to this value, in pixels. ShowName Determines whether or not to show the filename under the thumbnail. ShowSize Determines whether or not to show the picture's dimensions (in pixels) under the thumbnail. ShowFileSize Determines whether or not to show the picture's file size (in KB) under the thumbnail. ShowDate Determines whether or not to show the picture's last modified date under the thumbnail.


Image Gallery Control Related Software