In ASP.NET 2.0 with C# I have a page with a formview in EditMode and in it 2 dropdownlist that one is a controll parameter to the other. One is Country and it is a parameter for the second. I can't make the second dropdownlist a bound field because if I do it when I change the country in the country dropdown list I get an error. How to deal with a situation like this? Can the second Dropdoenlist be bounded? with a Bound value?
ThankYou
Anat