Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
WebCombo's and dependence
posted

I have 2 webcombo's on a ASPX page, one Customer and one Location. I would like the user to select the customer from Customer and the have the Location combo filtered by Customer.

I have the databinding in the InitializeDataSource event for each control. The problem comes I need to use the value from the Customer combo to filter the Location, I cannot pre-populate because there are 250k records

After a Customer is selected I just want to user to click the Location combo and select the location. The problem I am running into is that the InitializeDataSource for the Location combo never fires when the Combo is clicked, it happens at several other points.

 Any ideas?