开发者

.NET Charting and ASP.NET MVC

开发者 https://www.devze.com 2022-12-10 15:13 出处:网络
Anyone have an minimal example of ASP.NET MVC and dotnetcharting.com control lying around? Thanks, rodc开发者_如何学JAVAharNew asp.net charting controls - will they work with MVC (eventually)?You can

Anyone have an minimal example of ASP.NET MVC and dotnetcharting.com control lying around?

Thanks, rodc开发者_如何学JAVAhar


New asp.net charting controls - will they work with MVC (eventually)?


You can download ASP.NET samples of the .NET Charting control here. It gives a wide range of examples and provides code snippets to go with.


You can use the Microsoft ASP.NET chart control that James mentions with the MVC Framework. The control was designed for use with WebForms, but it will work from an MVC View as long as you don't need to handle postback events. If you do, you may want to consider developing a hybrid solution with WebForms pages where charting is required and MVC for the rest of the site.

0

精彩评论

暂无评论...
验证码 换一张
取 消