I think the following will work:
ddlStartDateMonth.ClearSelection();
ddlStartDateMonth.Items.FindByValue(Convert.ToString(dr["expStartDateMonth"])).Selected = true;
Except at the moment, I do have my own other code issues.