I have a DDL and Button which when clicked create a dynamic table; all controls are within an UpdatePanel
.
Outside the panel I have 2 buttons which should be hidden until the table is created.
If the buttons start as visible = false
and then I set them to true after I click the GO button from the UpdatePanel
, they never become visible
If I add a second UpdatePanel and put the 2 buttons in there it sort of works but I always get this error when clicking on either button:
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException:
The message received from the server could not be parsed.
How to fix that?