I would like to know how to represent groups of data in a repeater and/or datalist.
From what I understand these controls do not intrinsically come with this functionality. How would I go about this and would it be better/easier to use the repeater or datalist for this purpose?
The data is basically read-only. I do not have to edit anything. This page is basically serving as a report.
I want to be able to group on a field called ReportMonth, which concatenates the month and year of the incident reported.
From what I understand these controls do not intrinsically come with this functionality. How would I go about this and would it be better/easier to use the repeater or datalist for this purpose?
The data is basically read-only. I do not have to edit anything. This page is basically serving as a report.
I want to be able to group on a field called ReportMonth, which concatenates the month and year of the incident reported.