davecapone
Programmer
Hi,
I have an asp.net page that has an asp table on it. what I am looking to do, is add rows to that table when someone fills in information in some text boxes and clicks a button. Everything works perfectly, button clicked, new row added.
the problem is, when you go to add another row, it replaces the first row. And if a postback event occurs from an operation other than what cause a row add, the added row disappears.
Anyone know what would cause this or if a certain method needs to be called to make the row addition permanent?
I have an asp.net page that has an asp table on it. what I am looking to do, is add rows to that table when someone fills in information in some text boxes and clicks a button. Everything works perfectly, button clicked, new row added.
the problem is, when you go to add another row, it replaces the first row. And if a postback event occurs from an operation other than what cause a row add, the added row disappears.
Anyone know what would cause this or if a certain method needs to be called to make the row addition permanent?