System.Web.UI.IPostBackDataHandler.LoadPostData Method

When implemented by a class, processes postback data for an ASP.NET server control.

Syntax

public bool LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection)

Parameters

postDataKey
The key identifier for the control.
postCollection
The collection of all incoming name values.

Returns

true if the server control's state changes as a result of the postback; otherwise, false.

Remarks

The ASP.NET page framework tracks all the server controls that return true to this method call, and then invokes the IPostBackDataHandler.RaisePostDataChangedEvent method on those controls.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0