Click or drag to resize

PaginatorLoadPostData Method

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

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)

Parameters

postDataKey
Type: SystemString
The key identifier for the control.
postCollection
Type: System.Collections.SpecializedNameValueCollection
The collection of all incoming name values.

Return Value

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

Implements

IPostBackDataHandlerLoadPostData(String, NameValueCollection)
See Also