clarkiedave
New member
Hi,
Im "VERY" new to VB.NET, I have 2 combo boxes (ddlCustomer, ddlSite).
What i want to happen is on load the ddlCustomer box to be populated with the names of the customers (customername) and on change of this i want the ddlSite box to be populated with a list of sites corresponding to the customer selected. There is a sql backend to the system, the two table im using are tblCustomer and tblSites and they are joined on a field (custid) which is in both tables.
All help gratefully recieved )
Im "VERY" new to VB.NET, I have 2 combo boxes (ddlCustomer, ddlSite).
What i want to happen is on load the ddlCustomer box to be populated with the names of the customers (customername) and on change of this i want the ddlSite box to be populated with a list of sites corresponding to the customer selected. There is a sql backend to the system, the two table im using are tblCustomer and tblSites and they are joined on a field (custid) which is in both tables.
All help gratefully recieved )