Processes postback data for the current control instance.

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

Syntax

C#
public override bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)
Visual Basic (Declaration)
Public Overrides 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)
IPostBackDataHandler..::.LoadPostData(String, NameValueCollection)

See Also