I'm new to DotNetGallery and fairly new to ASP.net. I am trying to setup a new photo gallery for my non-profit. I purchased DotNetGallery cause it seemed to have what I needed.
I'm trying to setup a simple multi gallery photo page. To do this I need to have a folder for each type of photo with at least one subfolder under each. Problem I am having is that I can't seem to get folderPath to work.
The line I am using is
gallery1.FolderPath = "album1";
This gives me a server error. Anyone have a code sample of how to do this? Nothing I've read so far is very clear how to make this work.