Image gallery control for ASP.Net with filtering capabilities
Posted
by ks78
on Stack Overflow
See other posts from Stack Overflow
or by ks78
Published on 2010-04-07T19:37:49Z
Indexed on
2010/04/07
21:53 UTC
Read the original article
Hit count: 332
I'm writing an ASP.Net application which needs to display a large number of thumbnails, preferably in a paginated format. These thumbnails will be stored on the server's hard disk, but will have their filenames listed in a SQL Server database. What I want to do is to be able to filter the images being displayed based on criteria within the database.
I've looked at the NotesForGallery control, which I really like, but it doesn't seem to have a way to do that. --if I'm wrong, please correct me.
Are there any other image gallery type controls, preferably free, that can do what I need? I'm hoping someone can recommend a control or solution that will point me in the right direction.
Thanks in advance.
© Stack Overflow or respective owner