Display HTML data as a webpage in C# control
-
Hi all, I am using xslt transformation and converting the xml file code and storing it in one string. When i try to display it in textbox or any other control its just printing the code of the xml file,actuall the xml file is in html format. I want to display the code as a html page in the c# form in one control.How can i do it ? Thanks in advance. Its Urgent.
-
Hi all, I am using xslt transformation and converting the xml file code and storing it in one string. When i try to display it in textbox or any other control its just printing the code of the xml file,actuall the xml file is in html format. I want to display the code as a html page in the c# form in one control.How can i do it ? Thanks in advance. Its Urgent.
If you're using Windows Forms, use a WebBrowser control and set its DocumentText[^] property. /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
Hi all, I am using xslt transformation and converting the xml file code and storing it in one string. When i try to display it in textbox or any other control its just printing the code of the xml file,actuall the xml file is in html format. I want to display the code as a html page in the c# form in one control.How can i do it ? Thanks in advance. Its Urgent.