I would like to use DAMP in a custom section.
Everything is fine, except that i can not figure out, how can i load multiple images from database on load event into DAMP.
I can add a single image through Value property, my only problem is to add multiple images.
Load multiple images in a custom section
Hello!
I would like to use DAMP in a custom section. Everything is fine, except that i can not figure out, how can i load multiple images from database on load event into DAMP.
I can add a single image through Value property, my only problem is to add multiple images.
Many thanks in advance!
Regards, Istvan
Hello,
The DAMP Samples packes adds some values to a regual property. Maybe that code can help.
You can find in this file: http://damp.codeplex.com/SourceControl/latest#DAMP.Samples/Installer.ascx.cs
Search for DigibizMediaHelper.GetXML. There multiple images are stored into the value.
Jeroen
Hi Jeroen!
I have found it and it works!
Many thanks!
Istvan
is working on a reply...