multipe gallerys per page

Last post 02-25-2008, 7:55 PM by power1007. 3 replies.
Sort Posts: Previous Next
  •  02-21-2008, 4:53 PM 37260

    multipe gallerys per page

    Hi is it possible to diplay multiple gallerys that display different images on the same page?  If so, how do I do this.
     
     
    Also,  Is it possible to customize the upload form in any way?  If so, what are the steps to do this?  I am working on a project right now, so I would appreciate a quick response.
     
    I have the server license of the product, if that matters.
    Filed under: ,
  •  02-22-2008, 12:46 PM 37293 in reply to 37260

    Re: multipe gallerys per page

    >>Hi is it possible to diplay multiple gallerys that display different images on the same page?  If so, how do I do this.
     
    yes.
     
    Just add your gallery control one by one.
     

    <CE:Gallery id="gallery1" runat="server" FolderPath = "~/samplefolder" ... ></CE:Gallery> 
     

    <CE:Gallery id="gallery2" runat="server" FolderPath = "~/samplefolder2" ... ></CE:Gallery> 
     
    >>Also,  Is it possible to customize the upload form in any way?
     
    What kind of customization do you need?
     
    You may need the source code to customize this function.
     

    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

  •  02-25-2008, 7:36 PM 37343 in reply to 37293

    Re: multipe gallerys per page

    I have the following:


    <
    tr>

    <td height="447"><CE:Gallery

    id="gallery1"

    runat="server"

    Width="500"

    Column = "4"

    MaxImageWidth="1024"

    BackColor="#333333"

    CellPadding="5"

    AutoResizeUploadedImages = "true"

    CellSpacing="5"

    ForeColor="#000000"

    BorderColor="#cc0000"

    BorderStyle="solid"

    BorderWidth="0"

    CssClass="container"

    ShowUpload="true"

    ShowEditDescription="true"

    ShowThumbNailName="false"

    ShowThumbNailSize="false"

    ShowThumbNailDate="false"

    ShowThumbNailDescription="true"

    ShowDescriptioninIndexView="true"

    FolderPath = "~/babesStuds"

    ></CE:Gallery>

    </td>

    <td></td>

    <td>

    <CE:Gallery

    id="gallery2"

    runat="server"

    Width="500"

    Column = "4"

    MaxImageWidth="1024"

    BackColor="#333333"

    CellPadding="5"

    AutoResizeUploadedImages = "true"

    CellSpacing="5"

    ForeColor="#000000"

    BorderColor="#cc0000"

    BorderStyle="solid"

    BorderWidth="0"

    CssClass="container"

    ShowUpload="true"

    ShowEditDescription="true"

    ShowThumbNailName="false"

    ShowThumbNailSize="false"

    ShowThumbNailDate="false"

    ShowThumbNailDescription="true"

    ShowDescriptioninIndexView="true"

    FolderPath = "~/Studs"

    ></CE:Gallery>

    </td>

    </tr>
     
     
    It looks ok at first, but no matter which one I use to upload the images, it places the images in the other folder.
     
    I would like to customize the look/feel of the upload form. 
     
    Thanks,
     
    Filed under: , ,
  •  02-25-2008, 7:55 PM 37345 in reply to 37343

    Re: multipe gallerys per page

    Also, is there something special I need to do so it saves to the second gallery?  It seems as if it always saves to the first gallery defined
View as RSS news feed in XML