Hi:
I am using a Menu control to build serveral buttons, (they stays in Master page), they works ok, when the mouse cursor move above the buttons, they can change the colour.
My problem is: how can I make the button's background colour stay there until I clicked another button.
Here is my start code I can catch the value of the button has been clicked:
myStr = Menu1.SelectedValue()
But I don't know how to make the button colour stay there.
Thanks a lot
James