views:

131

answers:

1

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

+1  A: 

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
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
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
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
I test with database and Its works.
Jedi Master Spooky