Which is the best way to load text into a webpage using ASP.NETI have 3 records in a MS SQL database table. Each record would correspond to a paragraph in a webpage. Table:
The HTML code for the About us page would look like this (note I put the corresponding paragraphs) :\[code\]<div id="content-1b"> <div id="content-1-1b"> </div> <div id="content-1-2b"><p class="none">paragraph 1</p> <p class="nonetop">paragraph 2</p> </div></div><div id="content-3b"><p class="nonetop">paragraph 3</p> </div>\[/code\]Regards,Tea