Hi,
is there a way to programmatically set style on PlaceHolder control?
thanks
Hi,
is there a way to programmatically set style on PlaceHolder control?
thanks
A place holder will not render itself, just whatever has been placed in it.
If you want to render the container use Panel instead. Panels will render as divs.
panel.CssClass = "SomeClass";