blondebier
Programmer
I just wandered if there was any way I could stop the Page_load event from executing.
My problem is that I have a table that is generated dynamically. It has 15 labels and 15 corresponding textboxes in this case. A user may input values into the texboxes.
When the Save_Click event is executed, it would loop through the table until it finds a textbox and when it does it will get the value and save it.
Problem: When the Save_Click event is executed the page_load executes and the table disappears!
Any idea how I could get round this?
Many thanks for you comments.
My problem is that I have a table that is generated dynamically. It has 15 labels and 15 corresponding textboxes in this case. A user may input values into the texboxes.
When the Save_Click event is executed, it would loop through the table until it finds a textbox and when it does it will get the value and save it.
Problem: When the Save_Click event is executed the page_load executes and the table disappears!
Any idea how I could get round this?
Many thanks for you comments.