From an asp button click event I’m adding innerhtml to a div tag. This inner html in an asp button, however, after adding it, its not visible even though when I inspect the page it is there.

and this is the div tag I'm adding it to:

and here you can see it was added but its not visible:

How can I make this work as expected? Thanks.


