adding rows dynamically using run-time
Hello,
I have a data grid, and l want to added some records some text boxes into the grid. I have 3 text boxes and the user might want to add the contents 1, 2, 3, or 4 times.
Example:
Enter data in the text boxes, and enter the number of rows you want added. So if the user enters 3 and then click a button, than the data in the text boxes will be entered on 3 different rows. The data will be repeated on 3 rows.
Is there a way to do this using the datagrid?
Many thanks in advance,
Steve