The control has a bunch of properties that end in ImageUrl, such as CreateUserButtonImageUrl.
These properties enable you to defi ne images for various user actions instead of the default buttons
that the control generates. If you set any of these properties to a valid ImageUrl, you also need to set
the corresponding ButtonType. For example, to change the Create User button to an image, you need
to set the CreateUserButtonImageUrl to a valid image and set CreateUserButtonType to Image.
The default value for the ButtonType is Button, which renders standard buttons by default. You
can also set the ButtonType to Link to have them rendered as standard LinkButton controls. The
associated text properties introduced at the beginning of this section are displayed on the buttons
and the links.
Additionally, the control exposes a number of useful properties that you can set to change its behavior
and appearance, shown in the following table.