Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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?
Posted
Updated 5-Jan-15 0:09am
v3

1 solution

Quote:
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.
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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900