我想使用vb.net或C#以仪表板格式显示用户记录。 [英] I want to display user records in a dashboard format using vb.net or C#.

查看:65
本文介绍了我想使用vb.net或C#以仪表板格式显示用户记录。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个ASP.NET应用程序。我想使用vb.net或C#以仪表板格式显示用户记录。我面临的问题是我需要点击其中一个仪表板,它应该在同一页面上显示下面的另一个仪表板(子类别)。这是一种向下钻取,您需要遍历子类别并找到要查看的记录。我不知道如何在同一页面上加载新的仪表板。



根据要求,如果我点击1类仪表板框,那么用户应该能够在同一页面上查看子类别仪表板框。同样,所有其他类别的行为应该相同。请问有谁可以帮我解决这个问题吗?

I am working on an ASP.NET application. I want to display user records in a dashboard format using vb.net or C#. The problem I am facing is that I need to click on one of the dashboard, and it should display another dashboard (sub category) below on the same page. It's sort of a drill down wherein you need to traverse through sub categories and locate the record you want to view. I don't know how to load the new dashboard on the same page itself.

As per the requirement, if I click on Category 1 dashboard box, then user should be able to view the sub-categories dashboard boxes on the same page itself. Similarly, the behaviour should be same for all other categories. Could anyone here please help me with the approach?

推荐答案

Quote:

As根据要求,如果我点击类别1仪表板框,那么用户应该能够在同一页面上查看子类别仪表板框。

As per the requirement, if I click on Category 1 dashboard box, then user should be able to view the sub-categories dashboard boxes on the same page itself.

从某个地方获取数据,然后创建一个动态div并将数据分配给该div。最后,将div附加到类别div。您需要在 jQuery 中执行所有这些操作,以便页面不会刷新。

Get the Data to be shown from somewhere and then just make a dynamic div and assign data to that div. At last, append that div to the category div. You need to do all these in jQuery so that page don't refresh.


这篇关于我想使用vb.net或C#以仪表板格式显示用户记录。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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