Date: 03/01/06 (Asp Dot Net) Keywords: web I've been assigned to work on a website that implements a calendar to display courses given on certain dates. Using a true Calendar control is out of the question. Basically they want it to look like this:
What I need is either a Datagrid or view or repeater that would be able to dynamically be able to organize the information like this.. where you have a month header and then below it all the dates of classes in that month will be displayed. I am using .NET 1.1 here so I don't have a DataGridView tool available. I'm just wondering how I should approach this. I know its a funky setup, but its what the customer wants. Thanks. Source: http://community.livejournal.com/aspdotnet/59005.html
|