Which component should i use?
Posted
by strakastroukas
on Stack Overflow
See other posts from Stack Overflow
or by strakastroukas
Published on 2010-05-23T09:11:02Z
Indexed on
2010/05/23
9:20 UTC
Read the original article
Hit count: 343
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
© Stack Overflow or respective owner