SqlDataSourceView.CanUpdate Property
.NET Framework 3.0
Gets a value indicating whether the SqlDataSourceView object that is associated with the current SqlDataSource control supports the update operation.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: