Thanks for the reply Zhao,
Let me try to specify. The DetailsView has TextBoxes with Required Field Validation Controls.
If
I try to save the data in the DetailsView without completing a field, a
javascript popup window says,"You forgot to enter a required field" and
the ValidationSummary on the page will be populated with a list of
required fields not entered.
In addition, every other control on
the page (with the exception of the TreeView control) will cause the
javascript popup and ValidationSummary to show if all of the fields are
not completed.
It's seem as thought the TreeView control should have a CausesValidation property, but it does not.
I hope this clarifies.
Thanks,
Jeff