Dynamically created table disappears after postback
-
Hello, Is there a way to persist information in a dynamically created table through a postback? In particular, when the user clicks one button, the table is created and displayed. When the user pushes another button, and the page is posted back, the table disappears. I would like the table to remain on the page. Thanks, RC
-
Hello, Is there a way to persist information in a dynamically created table through a postback? In particular, when the user clicks one button, the table is created and displayed. When the user pushes another button, and the page is posted back, the table disappears. I would like the table to remain on the page. Thanks, RC
-
Have you tried to set
EnableViewState
property to true? Mazy You're face to face, With the man who sold the world - David Bowieyes, EnableViewState is true.