Subsonic 3 T4 Templates - Output half view for UserControl

I am using Subsonic MVC template and in List.tt template it loops through all the properties and puts them into HTML table.

I would like to have this table written in usercontrol, but after a few hours I cannot get it to work correctly.

T4 templates can be found here http://code.google.com/p/subsonicproject/downloads/list .

I can get stuff into a separate file, but getting the whole table using properties is difficult.

0


a source to share


1 answer


I did it, so don't worry about it ...



0


a source







All Articles