Why is my OnSelectedIndexChanged not triggering?
I have two <select> controls being used as dropdowns: one with a collection of cities, and the other with a list of hotels. What I would like is that, when the user changes the selected city, the hotels dropdown updates to only show hotels in that city. The drowpdown with the cities is populating successfully; however, I can’t seem to get an event to fire when the city is changed.