Can anyone suggest some best options to include charting feature in my ASP.NET pages ? I am using VS 2008 . I would like to have charts like google analytics charts
There's a new ASP.NET Charting control that you can use. Details in this post from Scott Guthrie
Microsft just released the new Charting COntrols for (ASP).NET. YOu can download the controls here, MS Download page.
Be sure to check out the What Others Are Downloading links at the bottom they provide links to the Visual Studio integration tools.
I've worked with these controls on a few projects now and have to say, they work excellently, in both Windows Forms as ASP.NET!
I've worked with Dundas Chart in the past and thought it was great.
If you are using JQuery, then you could do worse than look at flot.
jqPlot is a very nice client-side charting library for jQuery (which plays well with ASP.NET)
Another nice (and free) charting library for .NET is NPlot
Google Analytics uses Flash for charts and MS charts are static. For nice Flash charts with ASP.NET integration check out amCharts.