This is a discussion on Master Detail - DOTNET ; I am trying to write a master/detail access/db update application. The master data is bound to treeview. The detail is to the right of the splitter. The detail data is the attendance based on a period(total of 10 periods). What ...
I am trying to write a master/detail access/db update application.
The master data is bound to treeview. The detail is to the right of the
splitter. The detail data is the attendance based on a period(total of 10
periods).
What is the conventional representation in terms of gui objects of 10
periods on the screen?
Thanks in advance