1
Answer

How to bind an arraylist's data to GridView control

This can show my data.However,the GridView control show all of the ArrayList's data in one column named Item,which make the page long and ugly.

I just  want to show my ArrayList's data(a set of Array) like a table in the GridView control .

Can someone help me to solve this problem?

Thanks a lot !

Answers (1)