I have the following DropDownList control:
You just need to set AutoPostBack = True
AutoPostBack = True
From ListControl.AutoPostBack property;
Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection.