Hi,
I have two drop down boxes in a user control. When I select something in the first box it populates the second based on the selected value of the first. Both are created dynamically from the code-behind. I can get the selected value of the first drop down list, but when I try to get the selected value of the second it keeps returning the default value of '-1' Does anyone know why this is happening? Thnks
