Loads data from the client.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
protected virtual bool LoadClientData(
	Hashtable data
)
Visual Basic (Declaration)
Protected Overridable Function LoadClientData ( _
	data As Hashtable _
) As Boolean

Parameters

data
Type: System.Collections..::..Hashtable
A hashtable that stores the data name and value.

See Also