#control {
position: absolute;
right: 0px;
top: 0px;
}
| ||||
|
feedback
|
|
You cannot. That's because ContentPlaceHolder does not render to anything on a page. You can however wrap a div around it and then apply the styles to it:
| |||||
feedback
|
|
If your intension is to render out a div-element I would suggest that you used the Panel-control instead. You can still add/remove child Controls if you'd like (as with the ContentPlaceHolder).
| |||
|
feedback
|