SqlDataSourceView.CanInsert Property
.NET Framework 3.0
Gets a value indicating whether the SqlDataSourceView object that is associated with the current SqlDataSource control supports the insert operation.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The CanInsert property returns true if the InsertCommand property is set. An insert operation could still fail if all the data properties are not set or are not set correctly.
Community Additions
ADD
Show: