In the properties of the drop down list control, set the AppendDataBoundItems to true. Then, in the Items Collection, add the item "Please Select". Finally, bind the list as you are now. The control will first insert any items that are in the "Items Collection", then it will (as the property states) append the data bound items to the control.
Steve