Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. phoenixrising

    Using a BindingCollection object with DataList Control

    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...

Part and Inventory Search

Back
Top