User755993434 posted
ftb.imagegallery.aspx includes a Page_Load function, but I thought that talked to the FreeTextBox.dll as the second statement (string currentFolder = ImageGallery1.CurrentImagesFolder;) doesn't makes sense otherwise as there
is no CurrentImagesFolder variable in the FTB: ImageGallery defintion on the page.
From what I gather I can set the ImageGallery1.CurrentImages = customImages to a byte array of the images I want shown, and they will appear in the image gallery. Did I get that?
-- Dennis --