You have used 'Data' as the DataValueField in the DropDownList.
Therefore the 'SelectCommand' property should be as below
SelectCommand="SELECT [DelName], [Data] FROM [DelBoy_Table]"
Here I assumed that the DelBoy_Table has a column by the name 'Data'