Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Placing a List Inside a Data Table Cell

Status
Not open for further replies.

markk609

Programmer
Feb 19, 2005
11
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top