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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top