Re: Empty gallery.xml still not resolved

  •  09-27-2007, 1:30 PM

    Re: Empty gallery.xml still not resolved

    Sorry for my late reply... i'wasn't at work!
     
    It's still not working and i'm using version 1.3 (i've updated only the dll)!
     
    I've just uploaded a correct gallery.xml file.
     
     
    and here is the code for that file :
     
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="cutesofttest.aspx.cs" Inherits="cutesofttest" %>
    <%@ Register TagPrefix="CE" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
    <!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>CuteSoft Test</title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
        <CE:Gallery
                            id="gallery1"
                            runat="server"
                            Width="600"
                            Column = "6"
                            MaxImageWidth="600"
                            CellPadding="0"  
                            AutoResizeUploadedImages = "true"  
                            CellSpacing="0"
                            BorderStyle="None"
                            BorderWidth="0px"
                            ShowUpload="true"
                            ShowEditDescription="false"
                            ShowThumbNailName="False" 
                            ShowThumbNailSize="false" 
                            ShowThumbNailDate="True" 
                            ShowThumbNailDescription="True" 
                            ShowDescriptioninIndexView="True"
                            FolderPath = "~/images/gallery"
                            HelpUrl=""
                            HorizontalAlign="Left"
                            MaxImageHeight="600"
                            ShowFullScreen="False"
                            ShowHome="False"
                            ShowSlideShow="False"
                            ShowStartSlideShow="False"
                            ShowWindowedScreen="False"
                            ToolBarLocation="Bottom"
                            ForeColor="Black"
                            ShowHelp="False"
                            Header_Height="0px"
                            MaxImageSize="500"
                            ShowBatchBuild="True"
                           >
                        </CE:Gallery> 
        </div>
        </form>
    </body>
    </html>
    Filed under:
View Complete Thread