FormView::DataItem Property
Gets the data item bound to the FormView control.
Assembly: System.Web (in System.Web.dll)
[BrowsableAttribute(false)] public: virtual property Object^ DataItem { Object^ get (); }
Property Value
Type: System::ObjectAn Object that represents the data item bound to the FormView control.
Implements
IDataItemContainer::DataItemUse 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 nullptr. This property is also not applicable when the FormView control is in insert mode and returns nullptr. |
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.
Note: