This is a button control that hides or shows other controls on the page when clicked. An alternative text for the button is shown when it hides another control, allowing to toggle between two states. All the action is handled on the client, there's no need to do a roundtrip to server. This control is useful when you want show a selectably advanced interface to the user, like showing advanced search features with a button click. |