G
Guest
Hello,
I have an asp:table on my page. I am, after a button gets clicked,
programmatically adding rows and their cells. Using the Cell.Text = to put
the value in the cell. I then have another button (which will eventually
print form the server) that refreshes the page of course. When the page gets
refreshed, none of my rows of the table (except the static header area)
remain.
I figured it was an .EnableViewState issue so I do a foreach on the
Page.Controls and set it to true. This changes nothing.
How can I dynamically create a table and have it remember upon refresh?
TIA,
Grigs
I have an asp:table on my page. I am, after a button gets clicked,
programmatically adding rows and their cells. Using the Cell.Text = to put
the value in the cell. I then have another button (which will eventually
print form the server) that refreshes the page of course. When the page gets
refreshed, none of my rows of the table (except the static header area)
remain.
I figured it was an .EnableViewState issue so I do a foreach on the
Page.Controls and set it to true. This changes nothing.
How can I dynamically create a table and have it remember upon refresh?
TIA,
Grigs