最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Which JavaScript library would you suggest in ASP.NET? - Stack Overflow

programmeradmin7浏览0评论

I am developing an ASP.NET web application, and now I want to use some charts for my application. I know there are many JavaScript libraries like jQuery, YUI and so on.

What would be best suited for ASP.NET?

I am developing an ASP.NET web application, and now I want to use some charts for my application. I know there are many JavaScript libraries like jQuery, YUI and so on.

What would be best suited for ASP.NET?

Share Improve this question edited Dec 11, 2010 at 23:49 Peter Mortensen 31.6k22 gold badges110 silver badges133 bronze badges asked Dec 3, 2009 at 12:48 ACPACP 35.3k101 gold badges233 silver badges373 bronze badges 3
  • Are you looking for a library that will generate charts or a JavaScript framework? – Jan Hančič Commented Dec 3, 2009 at 12:49
  • 1 Any library or framework – ACP Commented Dec 3, 2009 at 12:52
  • 1 "JQuery" Microsoft use it on there own sites too. And yes if you want choice there are YUI, Prototype, DOJO in line. – Anil Namde Commented Jan 27, 2010 at 16:43
Add a ment  | 

6 Answers 6

Reset to default 11

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 =)

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.

jQuery if you are looking for transitions with pictures, sliders and all.

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

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.

For ASP.NET, use the Microsoft chart controls: Scott Guthrie's blog entry "New ASP.NET Charting Control: <asp:chart runat="server"/>".

发布评论

评论列表(0)

  1. 暂无评论