Bind Method See Also UID The unique ID of a data table to bind to an item columnUid The unique ID of a column to which to bind the data table DescriptionBinds a data table to an item. SyntaxVisual BasicPublic Sub Bind( _ ByVal UID As String, _ ByVal columnUid As String _ ) Parameters UID The unique ID of a data table to bind to an item columnUid The unique ID of a column to which to bind the data table See AlsoDataBind Object