I've attached a jpg of a monthly schedule for work assignments. This is just a generic example I pulled off the web.
What is the best way to set something like this up in .NET?
Is a datagrid control robust enough to handle this? Can you set variable column widths, colors, etc. to look something like this?
How would you set up the database behind the scenes?
I did a very similar project in VB6 that worked pretty well. But, I used the "brute force" method with labels and textboxes, etc. Had something like 400 lables on the screen - real PITA to address in code.