Processes postback data.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
bool IPostBackDataHandler.LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)
Visual Basic (Declaration)
Private Function LoadPostData ( _
	postDataKey As String, _
	postCollection As NameValueCollection _
) As Boolean Implements IPostBackDataHandler.LoadPostData

Parameters

postDataKey
Type: System..::..String
The key identifier for the control.
postCollection
Type: System.Collections.Specialized..::..NameValueCollection
The collection of all incoming name values.

Return Value

Implements

IPostBackDataHandler..::..LoadPostData(String, NameValueCollection)

See Also