If you are using data from a database table to populate a DropDownList or ListBox, and you get this for each item in the control, to fix it, you MUST assign a datatextfield to the server control equal to the column you want showing in your control.
You can either do this in code, before binding, or in the server control itself.