I really like using the awesome templating engine called Smarty in Php.
I'm wondering if there is something akin to this for dotnet for doing a project in Asp.Net MVC(C#)? I have been looking and haven't been able to find anything yet.
Basically, I'd like to be able to on a pageload, access an object and the attributes of that object are then used to fill in the placeholders for where dynamic data would go.
Anybody have any ideas as to whether this is possible or what might support something like this?