S
Steven
I'm using C# as code-behind language.
I have 2 arraylists (name, value) of equal length. I want to display the
values in the array lists on my webpage using datalist. I want to display
them in such a way that 1st value in 'name' arraylist should be next to 1st
value in 'value' arraylist and so on. (The result should be like 2 columns
and 'length of arraylist' rows). How can I achieve this?
Regards
Steven
I have 2 arraylists (name, value) of equal length. I want to display the
values in the array lists on my webpage using datalist. I want to display
them in such a way that 1st value in 'name' arraylist should be next to 1st
value in 'value' arraylist and so on. (The result should be like 2 columns
and 'length of arraylist' rows). How can I achieve this?
Regards
Steven