February 2008 - Posts

5
Comments

XSLT Transformation in ASP.net MVC framework by jigar

In my last post I talked about using a partial view to render hierarchical data, however XSL transformation looks more appropriate for such cases. ASP.Net has XML control which can display XML document using XSL Transformations. I will show you how similar...
Filed under: , ,
3
Comments

Display hierarchical data in ASP.net MVC framework by jigar

This blogs post shows possible way to display hierarchical data in ASP.NET MVC framework using recursive partial view...
More Posts