Rank: Member Groups: Member
Joined: 7/28/2008 Posts: 25
|
I'm sure I am overlooking something simple but I tried to display the Editor.HTML to a Panel control and the Panel control has no text property. Am I using a later version of Visual Studio or was this meant to reference another control?
Is there another control I can use to render the html contents that I am bringing back from an Editor?
Thank you
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
The easiest is probably a Label. You can also use Literal.
Thanks
|