Good day!
I have this datasets format in sql server!
AccountID AccountName 1/30/2013 2/30/2013 3/30/2013
4 Credit Cards 20,000 30,000 12,000
5 Loans Payable 5,000 6,000 5,000
How can I load all this data to listview? The colums are dynamic. It could be 6, 7, 8, or 12, or higher. The listview should display all the columns on the dataset dynamically. The column name of the dataset should be the column header name in each column in the listview.
Thank you for helping!