Hi,
I have a data-aware class, that I am trying to 'connect' with a DataList control, via a BindingCollection object. Here's my attempt at it:
Set cc = New clsDataSource
Set bindingColl = New BindingCollection
Set DataList1.RowSource = cc
Set bindingColl.DataSource = cc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.