about rows and tables.
-
here's the situation: i intend to create a table. and here is how i want it to be.. first row = heading row. second row = 1st row of data(default - with list box, text box, etc..) total have 5 colums. last column have buttonLinks ("add row", "delete row") when user click "add row", i want the "second row" to form below, having the same row of data (default)..
< Diploma Specialisation No. of Student Path Add Row Delete Row EGDF01 EGDF02 ITDF05
-
here's the situation: i intend to create a table. and here is how i want it to be.. first row = heading row. second row = 1st row of data(default - with list box, text box, etc..) total have 5 colums. last column have buttonLinks ("add row", "delete row") when user click "add row", i want the "second row" to form below, having the same row of data (default)..
< Diploma Specialisation No. of Student Path Add Row Delete Row EGDF01 EGDF02 ITDF05
-
You can add a list box inside the edit template. so when you edit it appears 1 line of code equals many bugs. So don't write any!!
-
http://www.asp.net/QuickStart/aspnet/samples/data/GridViewMasterDetailsInsert_cs.aspx[^] hmm.. the above link is a sample i've taken.. what i meant was the "output" have to be similar to this.. thanks for the attention.. -DarkangeL-