I have implemented a list with two textbox (Year and Aggregate) like this:
[Year]
[Aggregate]
The list is shown like this:
2010
45
2011
35
But I want them to be shown like this:
20102011
45 35
How can I achieve that? I appreciate any help.
Luis Carlos