J
Jeff
....still new to visual studio 2005 and vb.net
I have a master page with a content placeholder.
The content page has a table in the content placeholder (placed there via
dragging from the toolbox).
In the content page I created - using code - a few rows within the table and
a few cells within the rows and some text within the cells.
All works fine until the page posts back. ...and then the table reverts back
to the way it was prior to when the code added the rows, cells, etc.
What do I need to do to maintain the state of the table across postbacks?
Thanks
Jeff
I have a master page with a content placeholder.
The content page has a table in the content placeholder (placed there via
dragging from the toolbox).
In the content page I created - using code - a few rows within the table and
a few cells within the rows and some text within the cells.
All works fine until the page posts back. ...and then the table reverts back
to the way it was prior to when the code added the rows, cells, etc.
What do I need to do to maintain the state of the table across postbacks?
Thanks
Jeff