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:

  1. I prefer to put the style information separate from the dom building code.
  2. 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)

link|improve this question

0% accept rate
feedback

1 Answer

http://www.orchardproject.net/ Orchard is a very good open source CMS. It is based off of ASP.NET MVC 3.

link|improve this answer
This is not a ASP.NET project. It's a windows forms development, so I'm looking for standalone Html maninpulation library. – user714002 Nov 25 '11 at 14:08
docs.orchardproject.net/Documentation/How-Orchard-works It is built upon ASP.NET MVC as seen here, it does have a very windows forms look to it though. In any case it's something you should keep in mind for future projects then if not this one since it's very useful :). – Ryan J Nov 25 '11 at 14:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.