Processes postback data for the current control instance.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

C#
public virtual bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)
Visual Basic (Declaration)
Public Overridable Function LoadPostData ( _
	postDataKey As String, _
	postCollection As NameValueCollection _
) As Boolean

Parameters

postDataKey
Type: System..::.String
postCollection
Type: System.Collections.Specialized..::.NameValueCollection

Implements

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

See Also