Thank you Eric, but this appears to work based on categories. I do not have categories, so this will not work? Unless there is a value that I must in the album.config file?
Example of what I have:
Eight separate folders:
~/galleryfiles/2011/event1
~/galleryfiles/2011/event2
~/galleryfiles/2011/event3
~/galleryfiles/2011/event4
~/galleryfiles/2011/event5
~/galleryfiles/2011/event6
~/galleryfiles/2011/event7
~/galleryfiles/2011/event8
Base on which gallery a guest wishes to see I set: GalleryBrowser1.GalleryFolder=selected_album
I would like to handle it from the aspx page. Something like this:
If (selected_album==event1){
showTitle=false;
}
else showTitle=true;