How to see output instantly

  • Thread starter Thread starter msnews
  • Start date Start date
M

msnews

Hi All,

I have a page where user will type in a textbox in html language. And when
the user clicks on the button, is it possible to show the code in textbox as
html in the same page?

Please let me know, how to do it.

Thanks.
Anil
 
msnews

You mean something as this
MyPagePanel.Controls.Add(New LiteralControl(myTextbox.text))

I hope this helps,

Cor
 
Back
Top