I'm very new to ASP.net, but I'm very experienced with queries and VB.Net. I'm trying to build a dynamic web page that shows a schedule of events. The number of events can vary by day. What I'd like is something like this:
Monday, May 28, 2007:
Opening - John Doe
Cooking - Mary Doe
Prep #1 -
Cleaning - John Smith
Tuesday, May 29, 2007:
Opening - John Doe
Cooking -
Prep #1 - John Smith
Prep #2 -
Cashier - Susan Doe
Cleaning -
I have a dataset that contains all of the work dates, tasks, and the assigned workers. How do I conditionally print another HeaderTemplate when the work date changes?
Steve
Monday, May 28, 2007:
Opening - John Doe
Cooking - Mary Doe
Prep #1 -
Cleaning - John Smith
Tuesday, May 29, 2007:
Opening - John Doe
Cooking -
Prep #1 - John Smith
Prep #2 -
Cashier - Susan Doe
Cleaning -
I have a dataset that contains all of the work dates, tasks, and the assigned workers. How do I conditionally print another HeaderTemplate when the work date changes?
Steve