SyntaxFix
Write A Post
Hire A Developer
Questions
I can't see that you're adding these controls to the control hierarchy. Try:
Controls.Add ( ddlCountries ); Controls.Add ( ddlStates );
Events won't be invoked unless the control is part of the control hierarchy.