I am using Sql database and a table has some fields that have data with html and image tags. I have to read that from the .Net front end code and format the web page accordingly. Can anyone help me figure out how I can do that . Any sample code or any help is much appreciated.
Thank you.
Try this in your page:
For more info, read this: HttpUtility.HtmlDecode Method