| A click image button showing the click location: | Text="hello world"
	OnClick="buttonClicked"
	/> | 
| A command image button: | Text="hello world"
	OnCommand="buttonClicked"
	CommandName="test"
	CommandParameter="value"
	/> | 
| An image button causing validation: | Text="hello world"
	ValidationGroup="Group"
	/> |