I have created the class DisplayTable, which was mentioned below.
DisplayTable
I have also created one list to add the contents of the class to the list.
I pushe
for binding, always use public properties.
public properties
change DisplayTable.cs to
public class DisplayTable { public int AnalyteId { get; set; } public int UnitCode { get; set; } public int ReferenceValue { get; set; } }