如何在ASP .NET中创建仪表板 [英] How to create Dashboard in ASP .NET

查看:88
本文介绍了如何在ASP .NET中创建仪表板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

例如。如果我们打开igoogle,那么我们可以看到框架,当鼠标进入框架然后框架突出显示,这个框架是可移动的,当我们点击任何链接然后打开新页面时它有一些链接

所以我想在我的应用程序中实现相同的行为所以如何做到这一点plz帮助我

for example .If we open igoogle then we can seen frames and when mouse is entered on to the frame then frame is highlight and this frames are movable and it has some links when we click on any link then new page is opens
so i want to implement same behaviour in my application so how to do this plz help me

推荐答案

你会做的是一个页面提供面板的拖放功能。看看这些文章:

使用ASP.NET AJAX进行拖放 [ ^ ]

使用JQuery拖放持久性 [ ^ ]

试验jQuery Draggables和ASP.NET [ ^ ]



就个人而言,我建议使用ASP.NET进行jQuery。





你可以看看拖拽面板有点儿特征。

查看此控件: AJAX Toolkit DragPanel演示 [ ^ ]







您还可以查看重新排序列表,您可以在其中定义Itemtemplate中div的固定结构。

查看此控件: AJAX Toolkit ReOrder List Demonstration [ ^ ]
What would do is a page where you provide a drag-drop feature with panels. Have a look at these articles:
Drag and Drop with ASP.NET AJAX[^]
Drag and Drop with Persistence using JQuery[^]
Experimenting with jQuery Draggables and ASP.NET[^]

Personally, I would suggest to go for jQuery with ASP.NET.


You can look at drag-panel kinda feature.
Have a look at this control: AJAX Toolkit DragPanel Demonstration[^]

OR

You can also look at Reorder list, where you can define a fixed structure of div inside an Itemtemplate.
Have a look at this control: AJAX Toolkit ReOrder List Demonstration[^]


虽然这个问题已有两年了,但我希望能帮助访问此页面的人寻找这个问题的答案。



我刚刚发布了有关CodeProject的文章可能有用。它包括一个可下载的VS2012解决方案,您可以使用它来确定它是否适合您。大多数实际的仪表板是使用JavaScript库,HTML和HTML组合开发的。 CSS。该代码包含一个简单的C#页面,该页面仅用作填充仪表板上图表的数据源。



URL:简单仪表板 [ ^ ]
While this question is two years old, I am replying in the hope that it helps someone who visits this page looking for a answer to this question.

I just posted an article on CodeProject that may be of use. It includes a downloadable VS2012 solution that you can play around with to determine if it works for you. Most of the actual dashboard is developed using a combination of JavaScript libraries, HTML & CSS. The code includes a simple C# page that is used only as the data source to populate the charts on the dashboard.

URL: Simple Dashboard[^]


这篇关于如何在ASP .NET中创建仪表板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆