Code:
Private dTable As DataTable
'<Description("Gets/Sets the dataset used by the dropdowns.")> _
Public Property ControlCBODataSource() As DataSet
Get
ControlCBODataSource = dsSet
End Get
Set(ByVal value As DataSet)
dsSet = value.Copy
Leave a comment: