1
Reply

Arraylist

tellie_george

tellie_george

Dec 3 2003 11:09 AM
1.6k
Hi I am working on a datagrid where the data is populated from an arraylist or collection. My requirement is the arraylist has 3 columns but on the datagrid I want to display only two columns. I mean the datasource that I am using is a collection or arraylist: Dim objCollInst/ArrayListInst as collection/ArrayList =getCollection/ArrayList () DataGrid.Datasource=objCollInst/ArrayListInst Please help

Answers (1)