Hi,
I would really appreciate if someone can help me to solve my problem. How should I do this in asp? In php/html I think I have done it with a table, repeat region and group by?? I have tried with gridview, listview and… obviously I am doing it wrong.
I want to display the data like this
Monday
Event1
Event1 detail
Event5
Event5 detail
Wednesday
Event3
Event3 detail
Thursday
Event4
Event4 detail
Monday
Event6
Event6 detail
I have a table that looks like this
DateTime< ...
Go to the complete details ...