Hi all,
I have a question. How do I render a string which has some html coding in it and display it as HTML?
For instance, my string is like this :
Dim htmlString As String = "<h3>Hello World</h3><div>Something here</div>
I am not too sure how can it be done. Thanks in advance! :)