This documentation is archived and is not being maintained.
LinqDataSourceView::StoreOriginalValuesInViewState Property
Visual Studio 2008
Gets or sets a value that indicates that original values from the select operation will be stored in view state when delete or update operations are enabled.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property bool StoreOriginalValuesInViewState { bool get (); void set (bool value); }
Property Value
Type: System::Booleantrue if original values are saved in view state; otherwise, false. The default value is true.
When you set the StoreOriginalValuesInViewState property of the LinqDataSource control, that value is also set for the StoreOriginalValuesInViewState property of the LinqDataSourceView control.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
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.
Show: