The first thing to do is get away from the string format and into an object (i.e. Order object).

So parse the string and create a collection of Order objects.

List<Order> _orders. Then bind the...