LinqDataSourceView::StoreOriginalValuesInViewState Property
.NET Framework (current version)
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: