master-detail typically involves a table where more detail is shown about the selected row.
8
votes
3answers
3k views
Best design for displaying list under a list of items ?
I have a list of items in a database and i display 10 items with some additional details at a time(as table rows). I use next & previous buttons to fetch the remaining items.
This part has been ...
3
votes
3answers
847 views
What are innovative, new ways to design Master/Child relationships on a page?
I'm currently working on a ASP.net application that has a variety of master, child relationships, portrayed on the page in a master gridview with tabs below. While this works for a somewhat small set ...
9
votes
2answers
1k views
For large hierarchies - checkbox tree or 'guided tree construction'
Context
In my Web based application I have a hierarchy of musical genres. There are around 1.5k genres in the tree, and the depth of the tree is at most about four levels.
My application allows you ...