A
Andrés Giraldo
Hi!
I'm trying to insert a container object to a page, my intention is to
group some controls, make it visible or invisible on depends of some
actions... manually, i'll do that with a div... but, there's no a DIV on
HtmlControls collection, just a span, but I can assign a border to the
span or can I? and the problem, is that the div has to be inserted in
the page in runtime with Controls.Add...
Any idea of how can I insert a div or a container object similar to the
div on runtime mode, and then add some controls to that container?
Thanks!
I'm trying to insert a container object to a page, my intention is to
group some controls, make it visible or invisible on depends of some
actions... manually, i'll do that with a div... but, there's no a DIV on
HtmlControls collection, just a span, but I can assign a border to the
span or can I? and the problem, is that the div has to be inserted in
the page in runtime with Controls.Add...
Any idea of how can I insert a div or a container object similar to the
div on runtime mode, and then add some controls to that container?
Thanks!