ITrackingPersonalizable.BeginSave Method ()

 

Represents the phase prior to extracting personalization data from a control.

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

Sub BeginSave

The Web Parts control set calls this method prior to extracting personalization data from the control.

The following code example demonstrates using the BeginSave method. For a complete, working code example that consists of a control and an .aspx page, see the IPersonalizable class overview topic.

Sub BeginSave() Implements ITrackingPersonalizable.BeginSave
    _saving = True
    _trackingLog += "3. BeginSave" + vbCr + vbLf

End Sub 'ITrackingPersonalizable.BeginSave

.NET Framework
Available since 2.0
Return to top
Show: