Basic setup help needed.

  •  04-04-2011, 8:06 AM

    Basic setup help needed.

    Hello Support,
     
    I need some basic instructions on how/where to use Gallery Properties in order to modify the way that the gallery is displayed.
     
    It currently displays two columns, and I would for example like to have four columns displayed.
     
    This is what I have in my gallery file:
     
     <%@ Page Language="VB" MasterPageFile="MasterPage.master" Title="TEST" %>
    <%
    @ Register TagPrefix="DotNetGallery" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
    <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

     

    <a href="#" onclick="thegallerybrowser.ShowSlider();return false;">Start slide show</a>
    <
    a href="#" onclick="thegallerybrowser.ShowEditor();return false;">Show Editor panel</a>

    <dotnetgallery:gallerybrowser AllowShowComment="False" AllowEdit="True" id="dotnetgallery1" width="452px" GalleryFolder="/myGallery" runat="server"></dotnetgallery:gallerybrowser>

    </asp:Content>
     
    Many thanks!
     
View Complete Thread