应该不是没有
this.StatusDropdownlist.SelectedIndexChanged += new System.EventHandler(this.StatusDropdownlist_SelectedIndexChanged);如果不是
给控件加 
AutoPostBack="True"
如:<asp:DropDownList ID="StatusDropdownlist" Width="100px" AutoPostBack="True" Runat=server>