System.Web.UI.WebControls Namespace FormView Class
.NET Framework version 2.0
Returns the data item bound to the FormView control.
Script |
Object variable = FormView.DataItem |
variable |
An Object that represents the data item bound to the FormView control. |
The property is read only with no default value.
Use the DataItem property to access the data item bound to the FormView control. The data item is often used to access the field values of the current record directly. The type of the Object returned by this property varies depending on the data source. For example, when a SqlDataSource control is bound to the FormView control, a DataRowView object is returned.
NOTE: This property is available only after data binding has occurred. Before data binding occurs, this property returns a null reference ( Nothing in Visual Basic ). This property is also not applicable when the FormView control is in insert mode and returns a null reference ( Nothing in Visual Basic ).
FormView Members DataItemCount DataItemIndex