Forum Discussion
Gurpreet786
Nov 30, 2021Copper Contributor
exporting HTML saved in sql server to word in asp.net MVC application
I have a web application developed using ASP.NET MVC, C#, entity framework and SQL Server. I am using a rich editor to save HTML in SQL Server. I am able to render the saved html to webpage correctly...
Eugene1990
Dec 08, 2021Copper Contributor
Gurpreet786 You may need to decode it, like this: HttpUtility.HtmlDecode(your content);