Asp.Net HTML Templates

Found this template solution on Joel.Net. Interesting.

Overview

I searched long and hard all over the net for an HTML templating engine with little luck. Most of the HTML templating engines I found required too much coding, limited the functionality of ASP.NET by requiring you set properties to update the template (ie: header = "this is my header"), or required you stuff code into your Page_Load event. I wanted something anyone could implement and understand. So I gave up searching and decided to create my own.

I have a lot more confidence in this build.  I have been using the ASP.NET HTML Templating Engine on Joel.Net for some time now. The current version is 1.1.0. There are still some features I'd like to include before I wish to release the source code.

This control will work in both VB.NET and C# environments.

Download binary project (1.1.0)

 

No Comments