How do i parse html content stored in database in web form application? For instance: I have a column in table that stores the content like this:
<b>Hello</b><i>World</i>
I need to retrieve the content and save to word document. So, how can i get the string text equivalent to: Hello World