Hi,
I have 2 combo-boxes, both load on demand from a web method.
initial state: I load all the items for both.
If I select a value on the first combo, I want to load again relevant values to the second combobox.
Is there anyway to call the web service method on the selectedindexchanged event of the first combo?
I have 2 combo-boxes, both load on demand from a web method.
initial state: I load all the items for both.
If I select a value on the first combo, I want to load again relevant values to the second combobox.
Is there anyway to call the web service method on the selectedindexchanged event of the first combo?