Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > General and Integration Projects > Simple Gallery Application

Answered Simple Gallery Application

Feed from this thread
  • Posted on Jul 20, 2010 (permalink)

    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...

    Attached files

    Reply

  • Answer Sebastian Sebastian admin's avatar

    Posted on Jul 22, 2010 (permalink)

    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

    Reply

  • Posted on Nov 7, 2010 (permalink)

    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
    Attached files

    Reply

  • Posted on Dec 22, 2010 (permalink)

    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...

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > General and Integration Projects > Simple Gallery Application