Custom Control Datasource
Visual Basic
2
Posts
1
Posters
0
Views
1
Watching
-
How do I create a custom control with a datasource that populates its dropdown with the list of available datasources? There is no dropdown.
-
How do I create a custom control with a datasource that populates its dropdown with the list of available datasources? There is no dropdown.
This seems to be the answer: _ Public Property DataSource() As Object ... End Property I earlier had it coded AttributeProvider("IListSource")