Nesting a List Inside a Data Table Cell

Mark

Member
Joined
Mar 8, 2005
Messages
9
Programming Experience
10+
My objective is to build a representation of a weekly work assignment schedule with a row for each employee and a column for each day of the week. Accordingly, each cell in the associated data table might need to contain a list of assignments (for the specified employee on the specified day). I will probably use a stored procedure to return the work assignments list for each such employee-day combination, but before spending a great deal of time devising a method for representing a this data in a tabular fashion, I just want to inquire about recommended approaches that others might have to offer. Basically, I just need to nest lists inside the cells of a data table.

Thanks in advance for any ideas.
 
Back
Top