DropDownList1 添加一个默认选中项
DropDownList1.DataSource = bb.drop();
DropDownList1.DataTextField = "BookType";
DropDownList1.DataValueField = "BookTypeid";
DropDownList1.DataBind();
DropDownList1.Items.Insert(0,new ListItem("全部","0"));