Re: SlideShow does not show picture

  •  01-22-2009, 11:34 AM

    Re: SlideShow does not show picture

    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="gallerytest.aspx.vb" Inherits="gallerytest" %>

    <%@ Register Assembly="DotNetGallery" Namespace="DotNetGallery" TagPrefix="cc1" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Untitled Page</title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
            <cc1:Gallery ID="Gallery1" runat="server" LayoutRenderMode="SimpleGrid" FolderPath="~/Album1" Width="600" Column="8" MaxImageWidth="1024" BackColor="#ffffff" CellPadding="5" CellSpacing="5" ForeColor="#000000" BorderColor="#cc0000" BorderStyle="solid" BorderWidth="0" ShowThumbNailName="true" ShowThumbNailSize="false" ShowThumbNailDate="false" ShowThumbNailDescription="false" ShowBacktoImageIndex="false" ShowBatchBuild="false" ShowEditDescription="false" ShowHome="false" ShowFullScreen="false" />
        </div>
        </form>
    </body>
    </html>

View Complete Thread