| Author |
|
| Company |
DKSoft |
| Source Code Available |
No |
| License Type |
Free |
| Submitted On |
July 13, 2002 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
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