M
Matt
Do all the fields in the DetailsView need to be marked visible in order
to be passed to the Update or Delete methods of the ObjectDataSource?
I have a custom business object that has properties ApplicationId(Guid)
and Timestamp(timestamp). I don't want the users to see these fields
but they are required for the Update and Delete methods of the
underlying custom data access object that gets called.
If I mark these fields visible it works? Any thoughts?
Thanks ~ Matt
to be passed to the Update or Delete methods of the ObjectDataSource?
I have a custom business object that has properties ApplicationId(Guid)
and Timestamp(timestamp). I don't want the users to see these fields
but they are required for the Update and Delete methods of the
underlying custom data access object that gets called.
If I mark these fields visible it works? Any thoughts?
Thanks ~ Matt