How to add row without using gridview or details view..?
-
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.. the textbox and checkboxes are used like: thanks for the attention to this message.. as this is due next week.. thanks once again.. -DarkangeL- -- modified at 20:34 Monday 6th February, 2006