Hi All ,
I am working with articles publishing . I have data stored in html format in database . please tell me how to render it into web page dynamically by creating hyperlinks to respective articles .
Thanks in advance .
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Apr 18, 2012, 4:09 AM
If you have a content in the HTML format then you can use any html control to display.
It will do the format automatically based on the html content you have stored in database.
In .aspx page,
In the server side,
divContent.InnerHTML = dbcontent;