Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi folks,I'm writing a custom module for my site and I'm wanting to dynamically build a set of items using a repeater in my page, this is based on some values I'm pulling from the DB. Now what I want to do is use a container to wrap the content up in there can be any number of these sub items on the page and for each one I would like a rounded-corner container. The skin I'm using contains such a container, now I don't want to write a custom container control myself because this won't reflect any future changes to the skin. So the question is, is there a webcontrol or something that ships with DNN that I can employ to wrap content into containers, all from within my module, I most definitely don't want to split this into separate modules.Thanks