PopulateColumnInTableBased onRangeOfValues

E

eg

I am using VS 2008. I have an asp.net page that has text boxes and a
datagrid for user input and a Html table that gets created in C# code
based on these inputs. The user inputs week numbers into the datagrid
and when the Html Table is being populated there is column named Week.
In this colum we put the week number until the next week number in the
datagrid is equal to the Html table row, then we use the next number in
the datagrid and so on. Below is an example of the datagrid and output
expected for the table. Since I create the Html Table and populate the
cells as I create then I am not sure how to get the week number from the
datagrid to populate the correct row(s). I need to use some sort of
ranges I think to compare the row number to, but not sure. The datagrid
can have for 0 to many different week # entrys.

TIA


DataGrid

User # Week
1 1
2 5
3 9


Table

Row # Date Persons Week#
1 5/1/2009 3 1
2 5/2/2009 3 1
3 5/1/2009 3 1
4 5/2/2009 3 1
5 5/1/2009 3 5
6 5/2/2009 3 5
7 5/1/2009 3 5
8 5/2/2009 3 5
9 5/1/2009 3 9
10 5/2/2009 3 9
11 5/1/2009 3 9
12 5/2/2009 3 9
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,099
Messages
2,570,626
Members
47,237
Latest member
David123

Latest Threads

Top