System.Web.UI.WebControls.GridViewUpdatedEventArgs.KeepInEditMode Property

Gets or sets a value that indicates whether the System.Web.UI.WebControls.GridView control should remain in edit mode after an update operation.

Syntax

public bool KeepInEditMode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

By default, the System.Web.UI.WebControls.GridView control returns to read-only mode after an update operation. To keep the System.Web.UI.WebControls.GridView control in edit mode, set the GridViewUpdatedEventArgs.KeepInEditMode property to true.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0