ASP.NET 仪表板/小部件
我想为我正在开发的应用程序构建一个仪表板界面。我希望用户登录并鸟瞰应用程序的状态、未解决的问题等。我想知道是否有一些好的预制控件,而不是从头开始编写这些控件?
I'd like to build a dashboard interface for an application I am working on. I want users to logon and get a birds eye view of the status of applications, outstanding issues, etc. I'm wondering if there are some good, pre-made controls rather than writing these from the ground up?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以查看 Telerik 的 ASP 的 RadDock 控件。 NET AJAX。它不是免费的;)
You could look at Telerik's RadDock control for ASP.NET AJAX. It is not free ;)
对于图形和图表,我将首先尝试 Visual Studio 2010 中的内置图表库。
如果由于某种原因无法使用 2010(甚至是 Express 版本),请查看 VS2008 的图表控件 MS 图表
For graphs and charts I would first try out the built in charting library in Visual Studio 2010.
If you cant use 2010 (even the express edition) for some reason then look at the charting controls for VS2008 MS Charting