We have a Products Editor which we wrote in-house and which currently uses umbraco.controls.ContentPicker to select product images. We'd like to replace ContentPicker with DAMP.
So the current code is:
umbraco.controls.ContentPicker mp = new umbraco.controls.ContentPicker(); ph_content_picker.Controls.Add(mp);
How do I add a DAMP in the code behind?
Hi,
We have a Products Editor which we wrote in-house and which currently uses umbraco.controls.ContentPicker to select product images. We'd like to replace ContentPicker with DAMP.
So the current code is:
How do I use a DAMP instead?
Thanks.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.