I am trying to make a calendar on my website. So in my C# code I make all the table cells for that calendar (I return it as a string of html into my View). While doing that I check my database to see if any tasks go in that cell and loop through it till no tasks are left. I then move on to the next cell and do the same thing again.I am trying to make a calendar on my website. S