Returns a list of customers with whitespace on the end.. very annoying 
what can i do to trim in code behind?
Also if I bind using the databinding on smart tag is there a way to trim?
thanks
what can i do to trim in code behind?
Also if I bind using the databinding on smart tag is there a way to trim?
VB.NET:
cbo_customer.DataSource = M8CustomersBindingSource
cbo_customer.DisplayMember = BA_TruckingDataSet.M8_Customers.CustomerNameColumn.ToString.Trim
cbo_customer.ValueMember = BA_TruckingDataSet.M8_Customers.CustIDColumn.ToString.Trim
thanks