DataSourceView.CanInsert Property
.NET Framework 3.0
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert operation.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The CanInsert property reflects not only a capability of the data source control, but also whether it is currently appropriate to perform an operation. For example, even though a data source control supports the ExecuteInsert operation, if a required insert command or some other data is not set, the CanInsert property returns false, as an insert operation would fail.
Community Additions
ADD
Show: