i got ur problem. If you want to do this try to do the following,
Add one Table control in the form
When page loads create one DataTable and populate it with data from database. Assign this datatable to the datasource of TableControl.And save the datatable in session.
When you click add button,take datatable from session and add row to that and assign to Table Control and save in session again.
When you click remove button,take datatable from session and remove row from that and assign to Table Control and save in session again.
This way you can persist data in the table.
I think this solves ur problem. If u r creating controls dynamically then let me know,because you have to do more to persist data between postbacks.
--------------------------------------------------
Software professional from Bangalore,INDIA
[email protected]