i need help here.. it's urgent. dun understand the question can reply me again.
-
Hi all.. here's the situation.. My Lecturer gave me some tasks to do for my project. one of them is giving me some problems. he asked me to create a table that looks like a Gantt Chart.. the rows are undefine (up to user, explained at the bottom). and there have to be 26 columns. The appearance of the whole table that my Lecturer wants is that we have the Header Text Row (1st Row) and one row of 24 checkboxes and 2 TextBoxes (2nd Row) for people to fill in some data. at the side of the whole table, there will be a button named (Add Row). so, when user click on the button, another (2nd Row) will appear, forming the 3rd Row. the objective is to append a new (2nd Row), data not yet filled in, at the bottom, preserving the data keyed in at the previous rows.
Header Text 1
Header Text 2...
...Header Text 25
Header Text 26
this is a rough idea of how the table should look like.. and the main problem is, i dunno how to do to make the rows append at the bottom of the seconde row and so forth.. as afterwhich i have to collect the data and save inside the database.. and display it in another aspx.. by the way, i am using asp.net 2.0, C# language, and visual studio 2005.. thanks for the attention to this message.. as this is due next week.. thanks once again.. -DarkangeL-
-
Hi all.. here's the situation.. My Lecturer gave me some tasks to do for my project. one of them is giving me some problems. he asked me to create a table that looks like a Gantt Chart.. the rows are undefine (up to user, explained at the bottom). and there have to be 26 columns. The appearance of the whole table that my Lecturer wants is that we have the Header Text Row (1st Row) and one row of 24 checkboxes and 2 TextBoxes (2nd Row) for people to fill in some data. at the side of the whole table, there will be a button named (Add Row). so, when user click on the button, another (2nd Row) will appear, forming the 3rd Row. the objective is to append a new (2nd Row), data not yet filled in, at the bottom, preserving the data keyed in at the previous rows.
Header Text 1
Header Text 2...
...Header Text 25
Header Text 26
this is a rough idea of how the table should look like.. and the main problem is, i dunno how to do to make the rows append at the bottom of the seconde row and so forth.. as afterwhich i have to collect the data and save inside the database.. and display it in another aspx.. by the way, i am using asp.net 2.0, C# language, and visual studio 2005.. thanks for the attention to this message.. as this is due next week.. thanks once again.. -DarkangeL-
I would guess that your lecturer has taught you about the DataView. This is the most likely control that will help you. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell
-
Hi all.. here's the situation.. My Lecturer gave me some tasks to do for my project. one of them is giving me some problems. he asked me to create a table that looks like a Gantt Chart.. the rows are undefine (up to user, explained at the bottom). and there have to be 26 columns. The appearance of the whole table that my Lecturer wants is that we have the Header Text Row (1st Row) and one row of 24 checkboxes and 2 TextBoxes (2nd Row) for people to fill in some data. at the side of the whole table, there will be a button named (Add Row). so, when user click on the button, another (2nd Row) will appear, forming the 3rd Row. the objective is to append a new (2nd Row), data not yet filled in, at the bottom, preserving the data keyed in at the previous rows.
Header Text 1
Header Text 2...
...Header Text 25
Header Text 26
this is a rough idea of how the table should look like.. and the main problem is, i dunno how to do to make the rows append at the bottom of the seconde row and so forth.. as afterwhich i have to collect the data and save inside the database.. and display it in another aspx.. by the way, i am using asp.net 2.0, C# language, and visual studio 2005.. thanks for the attention to this message.. as this is due next week.. thanks once again.. -DarkangeL-