Re: element 'ThumbList1' not found. Issue with Image Gallery

  •  09-12-2007, 4:06 AM

    Re: element 'ThumbList1' not found. Issue with Image Gallery

    Hi Support,
     
    Thanks for the prompt reply.
     
    I found the issue... my project uses ASP.NET 2.0 cssfriendly adaptors which I guess was interfering with the rendering of your controls (specifically the datalist control) and causing the javascript not to work. I commented out the .browser file and it all worked fine.
     
    Regards,
    YodaItIs.
     
    <!--
    <
    adapter controlType="System.Web.UI.WebControls.DataList"
    adapterType="CSSFriendly.DataListAdapter" />
    -->
     
View Complete Thread