mariacri11
Programmer
I have an editable datagrid whith template columns.
In two EditItemTemplates I have ddl.
I want the user to select the country from the first ddl and then the second ddl to display only the regions from that country.
I tried putting the code on the OnSelectedIndexChanged event of the first one but I can't access the second ddl from there.
Can anybody help me with this situation?
Thank you!
In two EditItemTemplates I have ddl.
I want the user to select the country from the first ddl and then the second ddl to display only the regions from that country.
I tried putting the code on the OnSelectedIndexChanged event of the first one but I can't access the second ddl from there.
Can anybody help me with this situation?
Thank you!