Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
ASP.Net Image Gallery
»
Re: How to show each category seperately
Re: How to show each category seperately
10-18-2009, 8:50 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How to show each category seperately
Reply
Quote
Hi,
You can try these ways:
GalleryBrowser1.AlbumID="MyCategory";
GalleryBrowser1.AlbumID="Category-1";
GalleryBrowser1.AlbumID="ClasssA-ClassB";
etc.
You can also use the GalleryFiles property to split the albums.
Regards,
Terry
View Complete Thread