Which component should i use?
- by strakastroukas
I am using the <a> element to increase the font size in my webpage.
<a href="javascript:increaseFontSize();">+</a>
The problem with it is that i cannot set a background image.
So what component should i choose from the VS2008 toolbox that has OnClientClick property and does not post-back?
For examaple, i set the OnClientClick property in a ImageButton, but the postback is executed after the ClientSide click