How do I dynamically create a table based on months and number of days? For example, I want to display a rolling 3 months on one row and then show the Sunday day on the second row underneath the month like below. Not sure if I should use server side code or client side code, etc.
JULY AUGUST SEPTEMBER
3 10 17 24 31 7 14 21 28 4 11 18 25
using server side code or client side code depends on your project status so see my sample server side code
Code Behind
ASPX