I have a label and a button. The visibility of both of them is controlled by values in my DB. If the label is visible the button isn't and visa versa.
The button is meant to navigate to another page. However, before it goes to the other page it makes the label visible. Which is overriding the DB control in some way.
Any ideas why this strange behavior is happening?