I have List<Event>, but Eventhas a property Date. Currently, I bind this list to asp:repeater, which is good, and leads to a list of event names like this:
event 1
event 2
event 3
event 4
event 5
However, now I want to add some sort of separator to my list between events occurring on different days, so that my list looks like this:
Tuesday, May 10, 2011
event 1
event 2
Wednesday, May 11, 2011
event 3
Thursday, May 12, 2011
event 4
event 5
- . , jQuery. ?