G
Guest
Hi All,
I have a DataList, how can I retrieve all the items in the datalist?
eg.
for (int i=0; i < DataList.Item.Count; i++)
MyArray = DataList.Item.xxxxx.??
Thanks a lot!
I have a DataList, how can I retrieve all the items in the datalist?
eg.
for (int i=0; i < DataList.Item.Count; i++)
MyArray = DataList.Item.xxxxx.??
Thanks a lot!