repeating the addition an entire set of controls
hi,
i'm new to .net and have been given a project to convert a microsoft database project into a web-based data entry and report system.
as far as the data entry part goes, the fields are set. but the number of records are not. they may vary anywhere from 1 record to 100 records. as such, i do not want to create a form with 100 rows.
i am thinking that when the form loads, only one row of controls (textboxes, checkboxes, drop-down lists) would show. as soon as anything is entered into the first control of the first row, a second row would show up. when the content of the first control in the second row is changed, a third row would show up, and so forth.
i would like to be able to do this in the code-behind pages in vb. any help would be greatly appreciated.
<rem736>