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.