Home All Groups Group Topic Archive Search About

Input Table with Variable number of Rows

Author
18 Apr 2006 5:59 PM
bigbrorpi
Hi -

I have a table within a FormView that I'm using for data entry. A row
contains two dropdowns and two textboxes. I want users to be able to
dynamically add rows to the table as needed i.e. they enter one record,
then add another and the table would add another blank row.
Is this something that can be done with callbacks? Is there another
control that would be better than an ASP table for this?

Thanks