Gallery not displaying anything - No Error

Last post 05-30-2008, 9:07 AM by pittster. 2 replies.
Sort Posts: Previous Next
  •  05-28-2008, 2:05 PM 40860

    Gallery not displaying anything - No Error

    I am trying to evaluate the control (using the evaluation download) and I am having a problem.
     
    I have a blank page with the following code on it:

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

    <body>

    <form id="form1" runat="server">

    <div>


    <
    cc1:Gallery id="dngGallery"

    runat="server"

    Width="600"

    Column = "6"

    MaxImageWidth="1024"

    BackColor="#ffffff"

    CellPadding="5"

    AutoResizeUploadedImages = "true"

    CellSpacing="5"

    ForeColor="#000000"

    BorderColor="#cc0000"

    BorderStyle="solid"

    BorderWidth="0"

    ShowUpload="true"

    ShowEditDescription="false"

    ShowThumbNailName="true"

    ShowThumbNailSize="true"

    ShowThumbNailDate="false"

    ShowThumbNailDescription="true"

    ShowDescriptioninIndexView="false"

    FolderPath = "images"

    LayoutRenderMode="SimpleGrid">

    </cc1:Gallery>

     </div>
     </form>
    </body>
     
    When I render the page and view the source code, the gallery javascript is inserted, the xml file appears in the "image" folder, but no images are displayed.
     
    Any help would be appreciated.
  •  05-29-2008, 12:57 PM 40906 in reply to 40860

    Re: Gallery not displaying anything - No Error

    pittster,
     
    Can you see the batch build button? If so, please click it the gallery will be built.
     
    Keep me posted

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-30-2008, 9:07 AM 40935 in reply to 40906

    Re: Gallery not displaying anything - No Error

    It turns out that I wasn't pointing the the correct location for the menu bar (ie. Dotnetgallery_files)
     
    Thanks
View as RSS news feed in XML