M
mavrick_101
Hi,
Sorry for this stupid question. I'm trying to set up number of columns based
on the values in a string array.
for example I have this array:
string[] tmpArray = commaSeperatedStringValues.split(',');
DataGrid.DataSource=tmpArray;
DataGrid.Bound();
When I do this, all the elements in the array are shown as rows in a signle
column...
Pls help.
Sorry for this stupid question. I'm trying to set up number of columns based
on the values in a string array.
for example I have this array:
string[] tmpArray = commaSeperatedStringValues.split(',');
DataGrid.DataSource=tmpArray;
DataGrid.Bound();
When I do this, all the elements in the array are shown as rows in a signle
column...
Pls help.