HomeCommunityControl GalleryGraphics & MultimediaActiveXAutoAlbum

AutoAlbum



Submit a Review

3,592 Downloads

33,402 Views


Description

This Auto-maintenance Album ASP.Net custom control is designed for you to generate multiple page album on your ASP.Net page with only one line of code. The control will automatically generate thumbnails once you have new pictures in your picture folder. And the web Album is automatically updated.

Syntax Example

<% @ Register TagPrefix="MyAlbum" Namespace="DKSoft" Assembly="AutoAlbum" %> <html> <head> </head> <body> <form runat=server ID="Form1"> <MYALBUM:AUTOALBUM runat="server" Columns="5" RowsPerPage="4" VirtualPath="/pictures/" SortReverse="true" ThumbnailBackColor="#eeaaaa" FontColor= "DarkGreen" ID="Autoalbum2"/> </form> </html>

Reviews

Submit a review