Hey,
is it possible to add multiple entries from a table into one text box, like joining them.
so i can have something like
txtAddress.DataBindings.Add("text", ds, "Customers.CustomerAddress")
txtAddress.DataBindings.Add("text", ds, "Customers.CustomerPostcode")
in the same text box, with a space in between?