Return a specific databinding item for a give control id. Note unlike the ControlInstance version return null if the ControlId isn't found.

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public EntityDataBindingItem GetDataBindingItem(
	string ControlId
)
Visual Basic (Declaration)
Public Function GetDataBindingItem ( _
	ControlId As String _
) As EntityDataBindingItem

Parameters

ControlId
Type: System..::.String
The control identifier which we wish to return an EntityDataBindingItem for

Return Value

The EntityDataBindingItem which is related to the control or null if no matching item is found

See Also