E
Erik
I'm using a bound control, a textbox bound to a column in a dataview.
Despite setting the AllowEdit property to False, changes in the text in
the textbox are saved to the dataview and underlying dataset. When using
the update command of the dataadapter these changes are saved to the
database.
When editing a value in code AllowEdit has to be set to True.
So AllowEdit seems not to work for bound controls, Is this true or am I
missing something. I find it rather strange that when AllowEdit = False
you can still edit values in the dataview table
Thanks Erik
Despite setting the AllowEdit property to False, changes in the text in
the textbox are saved to the dataview and underlying dataset. When using
the update command of the dataadapter these changes are saved to the
database.
When editing a value in code AllowEdit has to be set to True.
So AllowEdit seems not to work for bound controls, Is this true or am I
missing something. I find it rather strange that when AllowEdit = False
you can still edit values in the dataview table
Thanks Erik