aherlambang
aherlambang

Reputation: 14418

Image gallery for ASP.NET

Does anyone have a suggestions for a superb cool image gallery that I can use for a website I am creating?

Upvotes: 1

Views: 16326

Answers (5)

Roger
Roger

Reputation: 2316

Gallery Server Pro is an ASP.NET open source digital asset management and web gallery application. It is built as a single user control you can drop into your existing application.

Disclaimer: I am its creator and lead developer.

Upvotes: 2

matt frederiksen
matt frederiksen

Reputation: 11

http://cutesoft.net/ASP.NET+Image+Gallery/

We use this one. You can modify many functions by changing the js, css and template files.

Upvotes: 1

Glennular
Glennular

Reputation: 18215

To display they nicely on the page you can use jQuery FancyBox.

http://fancybox.net/home

Upvotes: 0

womp
womp

Reputation: 116977

I'm assuming that by "superb cool" you're going to want a slick, "web 2", responsive client-side interface.

I would suggest you use a javascript library such as jQuery, and look for an image gallery plugin for it. There are a ton of them out there, for example: http://speckyboy.com/2009/06/03/15-amazing-jquery-image-galleryslideshow-plugins-and-tutorials/

Upvotes: 6

ChrisLively
ChrisLively

Reputation: 88044

You might look at the silverlight examples at http://www.silverlight.net/community/samples/silverlight-samples/

Upvotes: 2

Related Questions