How to hide a container on click of a button without calling that page again?

0
How to hide a container on click of a button without calling that page again.
asked
1 answers
0

You can add conditional visibility on that container for example a boolean attribute IsHidden and then set that attribute to true on click of your button. Make sure you do a refresh in client as well.

answered