Hi, I have a FormView bound to an ObjectDataSource that is bound to a BLL. The object has a Read-Only field called "OrganizationId". When I try to update the FormView, I get the following error message:
The 'OrganizationId' property on the type specified by the DataObjectTypeName property in ObjectDataSource 'OrganizationBindingSource' is readonly and its value cannot be set.
How do I get the ObjectDataSource or the FormView to recognize that the id field is readonly, and to not try to update it? *bangs head on screen*
Nikki Wright
The 'OrganizationId' property on the type specified by the DataObjectTypeName property in ObjectDataSource 'OrganizationBindingSource' is readonly and its value cannot be set.
How do I get the ObjectDataSource or the FormView to recognize that the id field is readonly, and to not try to update it? *bangs head on screen*
Nikki Wright