Kinda hard to explain, but i'll try. I have a datalist that is populated by a call to a stored procedure. The thing is, when rows with the same ID is detected i want it to break and add it under the first record and so on....
Illustration -- > Stack [23,45,566,676,787,878,23,23] (these represent record ID's)
23
23
23
45
and so on.
Currently it's adding a row to a different data item as show below.
23
23
23
Thanks in advance