PDA

Click to See Complete Forum and Search --> : Adding Rows at Runtime [RESOLVED]


JCScoobyRS
Oct 25th, 2002, 11:05 AM
I know how to add items to a table at runtime but I need to be able to add a new row in a certain position once a button is clicked. I'd like to be able to add the new row and make it the next to last row in the table.
(Example)
Row1
Row2
Row3

*Button Click*
Row1
Row2
New Row
Row 3

If anyone can help, I'd be very greatful. Thanks, Jeremy

Patoooey
Oct 28th, 2002, 11:02 PM
http://www.aspnextgen.com/tutorials.aspx?tutorialid=186

John