How can text be programmatically added to a panel without using a label:
my_panel.controls.add( <label> )
.controls.add() is great for adding textbox, linkbutton, etc.
But I just want to add text; maybe with some HTML mixed in (like: <br> etc)
...
Go to the complete details ...