R
rroger
Hi.
I have a ODS linked with a detailsview with a business object (using
DataObjectTypeName) that has 15 properties. This works great if all the
properties are mapped to fields in the detailsview. The problem is when I
only want to display/change 5 of them, in this scenario the InputParameters
("X") in the ObjectDataSource.Updating event has only set the properties that
were displayed in the detailsview.
What is the best way, still using DataObjectTypeName, to maintain the "state"
of the remaining properties (those that are not mapped to field in the
detailsview)?
Any help on this would be much appreciated.
I have a ODS linked with a detailsview with a business object (using
DataObjectTypeName) that has 15 properties. This works great if all the
properties are mapped to fields in the detailsview. The problem is when I
only want to display/change 5 of them, in this scenario the InputParameters
("X") in the ObjectDataSource.Updating event has only set the properties that
were displayed in the detailsview.
What is the best way, still using DataObjectTypeName, to maintain the "state"
of the remaining properties (those that are not mapped to field in the
detailsview)?
Any help on this would be much appreciated.