Sockets4Photos is a full featured ASP.NET component that can turn a directory of images into a fully customizable photo album with just one line of code.

How easy is it to add a photo album to your website? Check out this code sample:

Register the component with the page:
<%@ Register TagPrefix="cc1"
     Namespace="Sockets4Photos"
     Assembly="Sockets4Photos" %>

<cc1:album id="Album1" runat="server"
     ThumbnailWidth="100" ThumbnailColumns="3"
     PhotoPath="/Sockets4Photos/Images"
     ThumbnailPath="/Sockets4Photos/thumbnails"
     FadeThumbnails="True" FadeAmount="75"
     ShowFilenames="False" ThumbnailFormat="jpeg"
     AlbumTitle="My Photo Album" WildCards="*.jpg">
</cc1:album>

Try it yourself! See our Online Demo or review all the properties supported by this powerful ASP.NET component.