Hello, I am developing a dynamic website. For the About us page of my website I am storing the content of the page in MS-SQL database. I want to retrieve that data and want to show it in a label control but in paragraphs... How should I move ahead??? Please help...
Thanks

SenthilkumarPosted Dec 8, 2011, 6:23 AM
It is very difficult to apply the dynamic content from the sql table to server control.
But what you can do is store the content as html. There you can use the
like all the controls. When you retrieve you can apply to the html or server generic control like DIV, SPAN...
You it will apply with the formatted way. The width and height can be set to the div...
I think this will help you....