0

Hi I need to add photo support for my Application. Searching the site I found reference to nGallery. Any other. I use ASP.NET MVC.

Thanks

Jedi Master Spooky
  • 5,629
  • 13
  • 57
  • 86

1 Answers1

1

What do you want to do with it? There are a lot of slideshow/gallery type plugins for jQuery that would work quite nicely in an ASP.NET MVC site. I'm using the Cycle plugin for a rotating slideshow on one of my sites. There's also Galleria, which looks quite nice. Google for "jQuery gallery" (no offense to see more.

tvanfosson
  • 524,688
  • 99
  • 697
  • 795
  • I have to show photos of a team in the team page. I need something that can show a big photo a a few small ones. Maybe a team can have 30 photos. – Jedi Master Spooky Apr 03 '09 at 18:53
  • Check out this Cycle demo with paging. Gives you a thumbnail to click on and loads the full size image in the viewer. http://www.malsup.com/jquery/cycle/pager3.html – tvanfosson Apr 03 '09 at 18:58
  • Can you have the photo in a Database an create the image from there or you have to save to temp file first? – Jedi Master Spooky Apr 03 '09 at 18:59