Simple Gallery Application

Thread is closed for posting
4 posts, 1 answers
  1. 30478D53-0866-4EE1-B302-8A76D30A3C40
    30478D53-0866-4EE1-B302-8A76D30A3C40 avatar
    58 posts
    Member since:
    Oct 2006

    Posted 20 Jul 2010 Link to this post

    Requirements

    RadControls version Q2 2010

     

    .NET version 3.5 /4

     

    Visual Studio version 2010

     

    programming language C#

     

    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    Simple gallery application... upload photos to folder and store meta data in database. Currently the app only allows .JPG files with no spaces to be displayed in the gallery.This can be modified in the SquareThumbnail.ashx file. The images are cached to improve performance.

    Uses the following Telerik controls:
    • List View
    • Tooltip
    • Upload
    • Pager

    Uses Bertrand Le Roy's thumbnail script. You could easily substitute your own or one found online.

    Uses jQuery Colorbox to display the full sized images.







    Hope this is useful to someone...

  2. Answer
    C7498A83-7E2E-418C-8791-93EF573A7569
    C7498A83-7E2E-418C-8791-93EF573A7569 avatar
    9934 posts
    Member since:
    Nov 2016

    Posted 22 Jul 2010 Link to this post

    Hello sayitfast,

    Thank you for the code library submission - it can surely be useful for other community members who woudl like to implement similar image gallery configuration. I updated your Telerik points for the involvement.

    Best regards,

    Sebastian

    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
  3. 1141762E-C9D8-49DC-A0F1-09D926FF11B8
    1141762E-C9D8-49DC-A0F1-09D926FF11B8 avatar
    42 posts
    Member since:
    Apr 2006

    Posted 07 Nov 2010 Link to this post

    I downloaded your Super Simple Gallery from Telerik.
    Thank you so much, it is a great example.

    I have one problem though...
    The main screen with all the images displays fine.  I can upload new images fine and edit the image names etc.
    However when I click on an image expecting the larger slide show to appear, it tries to open forever and just hangs.
    See attached screen shot.

    I you can point me at what might be wrong, it would be greatly appreciated.

    VS 2010 on windows 7 64 bit
    Using the latest Sept 2010 Telerik dll

    Thanks

    Rick Hubka
  4. 30478D53-0866-4EE1-B302-8A76D30A3C40
    30478D53-0866-4EE1-B302-8A76D30A3C40 avatar
    58 posts
    Member since:
    Oct 2006

    Posted 22 Dec 2010 Link to this post

    Sorry did not answer your question sooner... I just noticed this.

    The hanging issue in my experience happens when the script cannot find the images... might double check the paths.

    let me know...

Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.