int id = Convert.ToInt32(e.CommandArgument.ToString()); DropDownList ddlyxbh = (DropDownList)this.gvTc.Rows[e.NewEditIndex].FindControl("ddlyxbh"); //这个一般用于row_command事件里的