E
Eric
Hello,
I have the following dataset that I want to bind to a repeater to be
displayed as a table.
Owner Animal Volume
---------------------------
Eric Dog 6
Eric Cat 3
Eric Gerbil 1
Eric Bird 10
Jenny Dog 2
Jenny Cat 4
I'd like to have an ASP repeater return a table that looks like the
following.
Specifically not adding the "Owner" over and over again. I'd like the
owner to shop up on the first entry only.
_____________________________
|Owner Animal Volume |
-----------------------------
|Eric Dog 6 |
| Cat 3 |
| Gerbil 1 |
| Bird 10 |
|Jenny Dog 2 |
| Cat 4 |
-----------------------------
I've been messing with this for a while but I have a feeling that the
repeater isn't capable of doing this. This is easy enough in "old
school" ASP but I'm having trouble getting it to work in ASP.net.
Any help would be greatly appreciated.
Thanks
Eric
I have the following dataset that I want to bind to a repeater to be
displayed as a table.
Owner Animal Volume
---------------------------
Eric Dog 6
Eric Cat 3
Eric Gerbil 1
Eric Bird 10
Jenny Dog 2
Jenny Cat 4
I'd like to have an ASP repeater return a table that looks like the
following.
Specifically not adding the "Owner" over and over again. I'd like the
owner to shop up on the first entry only.
_____________________________
|Owner Animal Volume |
-----------------------------
|Eric Dog 6 |
| Cat 3 |
| Gerbil 1 |
| Bird 10 |
|Jenny Dog 2 |
| Cat 4 |
-----------------------------
I've been messing with this for a while but I have a feeling that the
repeater isn't capable of doing this. This is easy enough in "old
school" ASP but I'm having trouble getting it to work in ASP.net.
Any help would be greatly appreciated.
Thanks
Eric