0

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?

4

1 回答 1

0

我不相信这对于服务器端代码是可能的,但使用 Javascript/jQuery 应该很容易做到。看看这个页面上的移动元素部分。

于 2011-03-31T04:12:22.990 回答