手动加入
protected System.Web.UI.WebControls.DropDownList DropDownList1;再在中加入
private void InitializeComponent()
{    
this.DropDownList1.SelectedIndexChanged += new System.EventHandler(this.DropDownList1_SelectedIndexChanged);
this.Load += new System.EventHandler(this.Page_Load);}