Store and retrieve html from sql server 2008 and display using ASP.NET MVC?

Posted by VJ on Stack Overflow See other posts from Stack Overflow or by VJ
Published on 2010-06-02T01:17:14Z Indexed on 2010/06/02 1:23 UTC
Read the original article Hit count: 330

Filed under:
|
|

Hi all I am trying to store html and hyperlinks in my sql server 2008 database. I want to also be able to display the hyperlinks and render the html accordingly. I am trying to do this in ASP.NET MVC so I tried using HTTPUtility.HtmlEncode() method but didnt really store it thw way I wanted. So can anyone please guide me through the steps i need to take to achieve this.

© Stack Overflow or respective owner

Related posts about html

Related posts about asp.net-mvc