EntityDataSource.EnableUpdate Property
Gets or sets a value that indicates whether objects can be modified through the EntityDataSource control.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
<asp:EntityDataSource EnableUpdate="True|False" />
Property Value
Type: System.Booleantrue if automatic update operations are enabled; otherwise, false. The default value is false.
Implements
IDynamicDataSource.EnableUpdateSelect cannot be set if the EnableUpdate property is set to true.
A false value assigned to the EnableUpdate property forces the CanUpdate property of the related EntityDataSourceView object to return false. When the EnableUpdate property is set to false, a NotSupportedException is raised if the data-bound control calls the ExecuteUpdate method on the EntityDataSourceView.
Setting the EnableUpdate property to true does not guarantee updatability.
If any of the conditions for updatability are not met and the EnableUpdate property is set to true, the EntityDataSource raises an exception.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.