FormView::CurrentMode Property
Gets the current data-entry mode of the FormView control.
Assembly: System.Web (in System.Web.dll)
Use the CurrentMode property to determine whether the FormView control is in edit, insert, or read-only mode. The following table lists the different mode values.
Mode | Description |
|---|---|
FormViewMode.Edit | The FormView control is in edit mode, which allows the user to update the values of a record. |
FormViewMode.Insert | The FormView control is in insert mode, which allows the user to add a new record to the data source. |
FormView.ReadOnly | The FormView control is in read-only mode, which is the normal display mode. |
This value is normally set automatically by the FormView control when the New, Update, Insert, Delete, or Cancel command button is clicked. When the FormView control changes modes in response to an action, the events in the following table are raised. This allows you to create a custom event handler that performs the appropriate routine when the event occurs.
Event | Description |
|---|---|
Occurs when the FormView control changes modes, but after the mode changes. This event is commonly used to perform a task whenever the FormView control changes modes. | |
Occurs when the FormView control changes modes, but before the mode changes. This event is commonly used to cancel the mode change. |
Note These events are not raised when you change the mode programmatically by using the ChangeMode method.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.