how to read html string and display it on xaml page thru dynamically
Hi All,
can i know how to read(display) html string on xaml page dynamically.
for eg:
"<p>CLC can help you in your work with young people by providing you with:</p>
<ul>
<li>Information</li>
<li>Training</li>
<li>Management Information</li>
<li>The Activity Agreement Pilot</li>
<li>The Choice e-prospectus</li>
</ul>"
read the above string and display it on xaml page thru dynamically
bob