Is it possible to display different fields in each item of a datalist?
For example the first item will display id, name, phone, is_person and the second item (it's not a person) will display comm_id, title, description, is_person.
My dataset contains all these fields. Depending on the...