Browse by Tags

All Tags » ASP.Net MVC (RSS)

Need for Light Weight View engine from Microsoft and Evil of Codebehind in ASP.net MVC. by jigar

Some how I had an impression in my mind that current version of ViewEngine was just a temporary solution until Asp.Net MVC reaches to Beta stage. It seems now that current version is going to be final at least for V1. If you are like me who do not like...

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: , ,

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...

AJAX Get Request using ASP.NET MVC & Prototype by jigar

This post presents a simple AJAX get call sample using ASP.NET MVC Framework and Prototype JavaScript framework....
More Posts