SqlDataSourceView::CanUpdate Property
.NET Framework (current version)
Gets a value indicating whether the SqlDataSourceView object that is associated with the current SqlDataSource control supports the update operation.
Assembly: System.Web (in System.Web.dll)
The CanUpdate property returns true if the UpdateCommand property is set. A delete operation could still fail if all the data properties are not set or are not set correctly.
.NET Framework
Available since 2.0
Available since 2.0
Show: