Hey guys,
I just embedded DotNetGallery into an ASP.NET content page and I have to say it's a very nice control for the price. Unfortunately however there is one thing I want to do with it that I can't seem to figure out. My client doesn't want the file information to show up on the gallery. When I mouse over a thumbnail or a certain part of the photo it pops up. How can I disabled the file information on the entire gallery so that these are not visible regardless of what the user does?
I'm guessing it's in one of the javascript files somewhere but I haven't been able to located it.
Here's the code in my ASPX page.
<DotNetGallery:GalleryBrowser ID="slideShowGallery" runat="server" Width="70%" GalleryFolder="~/Images/SlideShow/"
Layout="Prominent" BackColor="#333333" AllowPostComment="false" AllowShowComment="false" AllowEdit="false" />
Thanks for your help,
Shane