SlideShow does not show picture

Last post 01-22-2009, 11:34 AM by vjuri@emktg.net. 3 replies.
Sort Posts: Previous Next
  •  01-22-2009, 11:06 AM 47961

    SlideShow does not show picture

    Hello all,
     
    I am have installed the control and wired it to an album1 folder created at the root of the site. I can see the images that are in the folder in the simplegrid fomat. Looks great!. I click on the slide show feature button at the top, the page refreshes and i get a javascript debuging popup.
     
    Line: 345
    Error: Unterminated string constant
     
    I am using master pages and ajax on this page by default. I am using VS 2008 on Vista.
     
    Has anyone encountered these errors before? How did you solve it?
     
     
    Thanks
     
  •  01-22-2009, 11:31 AM 47966 in reply to 47961

    Re: SlideShow does not show picture

    Is your site online so you can provide an online demo?
     
    If you don't use the maste page will it work?
     
    If so, can you post the code of the master page?

    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

  •  01-22-2009, 11:33 AM 47967 in reply to 47961

    Re: SlideShow does not show picture

    Placed the control on an empty non master page with no ajax and I still get the same problem.
     
    Here is how i set up the control:
     
    <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" />
  •  01-22-2009, 11:34 AM 47968 in reply to 47967

    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 as RSS news feed in XML