I'm developing a web application where users can register expenses and I have a page where I show a report of all the registers per day and these registers come from database. To show these registers, I have a DataList in which the days are displayed, and below this, a GridView to display the registers.I'm developing a web application where users ca