I am writting following code:
string myString = "<html><body><textarea>Gagandeep
Singh</textarea></body></html>;
//Frame Control
myWebBrowser.Content = myString;
but it is displaying the code as it ,my aim is to display this string
as web page.I want to generate html pages dynamically.
You could also probably use an in-process Asynchronous Pluggable Protocol
Handler to reference your html strings by URL - but that may be a little
more effort.
- Doug
"Gagan" <gagan....@gmail.com> wrote in message
news:1160408412.7...@m73g2000cwd.googlegroups.com...
<sba...@gmail.com> wrote in message
news:1160760670.2...@i3g2000cwc.googlegroups.com...
About which sample are u saying ,if u have any link for this sample plz
send me or send me ths sample code if u can.
Thanks.
http://google.com/codesearch?q=FeedFusion+setBrowserDocumentText
- Doug
"Gagan" <gagan....@gmail.com> wrote in message
news:1161073328.2...@h48g2000cwc.googlegroups.com...