Home

Latest Articles

Tuesday, February 05 2008
XSLT Transformation in ASP.net MVC framework
In my last post I talked about using partial view to render hierarchial data, however XSL transformation fits more naturally for such case. ASP.Net has XML control which can display XML document using Extensible Stylesheet Language Transformations. Following example shows ASP.NET MVC Framework way of doing similar thing.

Sunday, February 03 2008
Display hierarchical data in ASP.net MVC framework
This article shows possible ways to display hierarchical data in ASP.NET MVC framework using recursive partial view.

Monday, January 28 2008
AJAX Get Request using ASP.NET MVC & Prototype
This post presents a simple AJAX get call sample using ASP.NET MVC Framework and Prototype JavaScript framework.

Chart Sample

Follwing are few chart samples created using Charting Server that I created before couple of years. you can view details of charting server here

Radar Chart    Pareto Chart

Latest How do I ?

Friday, March 28 2008
Generic String.Parse Extension Method
How can I create generic parse method to convert string to number or date?

Monday, December 03 2007
How do I draw verticle text on image using GDI+?
Following sample code shows you how you can draw verticle text on image using GDI+?.

Tuesday, August 28 2007
How can I parse my custom connection string?
I am using my own custom connection string in web.config file to connect to smtp server to send emails in my web application how can I parse connection string to get server port user etc.