G
Guest
Hi
I have a disconnected strongly typed dataset with around a 10 depth
hierarchy of related tables.
I am using windows.forms to hierarchically display the parent, child,
grandchild etc. etc. data. Each form represents a level in the hierarchy and
contains a Save and Cancel button. I want these buttons to accept or reject
all the modifications made lower in the hierarchy so that even though the
grandchild data has been saved, if the child is cancelled then all child and
grandchild data is rejected. All this must be done whilst being disconnected.
Any help would be most appreciated.
I have a disconnected strongly typed dataset with around a 10 depth
hierarchy of related tables.
I am using windows.forms to hierarchically display the parent, child,
grandchild etc. etc. data. Each form represents a level in the hierarchy and
contains a Save and Cancel button. I want these buttons to accept or reject
all the modifications made lower in the hierarchy so that even though the
grandchild data has been saved, if the child is cancelled then all child and
grandchild data is rejected. All this must be done whilst being disconnected.
Any help would be most appreciated.