I need to build html files on the fly by reading from multiple database tables. Basically the html consists of three tables, each of which has a different look. The database values will be put in corresponding cells. A couple other requirements:
- I prefer to put the style information separate from the dom building code.
- I prefer not to save the generated html file so I can pass the object to a pdf generator.
Is there any open source .NET solution I can use to achieve this? (I have some familarity with HtmlAgilityPack)