I'm not sure why you are getting the error, but one thing I do know is that the CountrySelector contains an update panel around the States dropdown and hence you may be getting the the error because of this.
A workaround would be to change the CountrySelector to simple drop down lists. You would need to specify the Has depending fields accordingly and you can set the visibility of the state control by checking the content of the Country field.