I have a databound list, in which my object contains the following properties
DOB
FirstName
LastName
When I bind my times to the list view, the columns come out as
DOB FirstName LastName
Is there a way to programmatically order the columns?
FirstName LastName DOB
TIA