This documentation is archived and is not being maintained.

SqlPersonalizationProvider::SavePersonalizationBlob Method

Saves raw personalization data to the underlying Microsoft SQL Server database.

Namespace:  System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void SavePersonalizationBlob(
	WebPartManager^ webPartManager, 
	String^ path, 
	String^ userName, 
	array<unsigned char>^ dataBlob
) override

Parameters

webPartManager
Type: System.Web.UI.WebControls.WebParts::WebPartManager

The WebPartManager managing the personalization data.

path
Type: System::String

A PersonalizationScope indicating the personalization information to be saved. This value cannot be nullptr.

userName
Type: System::String

The user name for personalization information in the User scope to be used as the key.

dataBlob
Type: array<System::Byte>

The byte array of data to be saved.

If a non-nullptr user name is provided, then the dataBlob parameter contains personalization data for User scope; otherwise, dataBlob is assumed to contain data for Shared scope.

The SqlPersonalizationProvider object automatically updates the LastActivityDate column in the aspnet_Users table each time user-specific personalization data is saved to the database in the context of a page request. This behavior allows other ASP.NET features to use the LastActivityDate property when managing stale data records as well as determining recent user activity on a site.

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.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: