This documentation is archived and is not being maintained.
LinqDataSourceView::StoreOriginalValuesInViewState Property
Visual Studio 2010
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: