Hi all i have text box which contain HTML page code i want to display it according to Html tags in Page Please help ASAP

Recommended Answers

All 2 Replies

you can display that on a webbrowser control in .net

just add a webbrowser on form.

and use something like this:

WebBrowser1.DocumentText =  TextBox1.Text;

dear sandeep parekh i am trying to do with Web forms ant it is giving me an error Please show me other way if you know

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.