ASP.NET / C#: DropDownList SelectedIndexChanged in server control not firing
问题 I'm creating a server control that basically binds two dropdown lists, one for country and one for state, and updates the state dropdown on the country's selectedindexchanged event. However, it's not posting back. Any ideas why? Bonus points for wrapping them in an UpdatePanel (having rendering issues; maybe because I don't have a Page to reference?) Here's what I have (with some extra data access stuff stripped out): public class StateProv : WebControl { public string SelectedCountry; public