I am developing a DNN module which is a grid with 50 rows on each page. In some specific rows I would like to embed Ad module which is a 3rd party module.
I want to be able to add Ad module to the page individually, then configure it and then in the code behind of my Grid module, move Ad module to a place holder that is located on some of the grid rows.
Is it doable?