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.

Button Click counter + textbox

I’m new to C# and visual studio, I started learning recently…at the moment I’m trying to make one button that counts the number of clicks and a text box which you can type in any number and it will be reflected in the button counter while adding 1, right now it works but I want the button to add 1 every time you click, here is my code,