User-1423890915 posted
I have gotten cascading drop downs to work on my page. The do fine when i am creating a new record.
My problem is how to handle them when the user wants to edit an existing record. I need to set drop down to show the existing value, but I can't figure out when to do that. My first attempt was to do it in page_load - but at that point
the first drop down has not yet been populated.
What is the event that fires the population of the first drop down?
If i set the value of a cascading drop down in code, will that trigger the population of the dependent dropdown?
Thanks,
Kirk