views:

100

answers:

7

Hai Guys, I am developing an asp.net web application and now i want to use some charts for my application ... I know there many javascript libraries like jquery,YUI and so on...
What would be best suited for asp.net?

+2  A: 

jquery .. if You are looking for transitions with pictures, sliders and all..

Richie
+2  A: 

There is no difference(/partiality) on javascript frameworks just for ASP.NET. I would go for anyone that is easy to learn and work with.

My personal experience : JQuery and for charts I would go for GCharts.

Xinxua
take a look at flot for charts too - http://code.google.com/p/flot/
Russ Cam
+10  A: 

In ASP.NET MVC, Microsoft has actually chosen to include jQuery by default, so I'd say that's one library that MS endorse themselves. I currently use it in almost all of my .NET projects. Visual Studio 2010 will support full intellisense for all of its helper functions. It's also immensely popular right now. I'd say jQuery =)

David Hedlund
A: 

TO generate graphs and charts you might like to look at http://code.google.com/apis/chart/

Kristen
A: 

Use jquery only...

A: 

For ASP.Net, use the Microsoft chart controls: ScottGu's blog entry here

Ankur Goel
+1  A: 

jQuery: the best javascript library I had ever used.

Remember: Javascript does not have any dependency with any web framework. All you need is your HTML.

Kico Lobo