I find this but It doesn't work with me
How to disable submit behaviour of asp:ImageButton?
and this my html
<td class="style101">
<asp:ImageButton ID="imgBtnPost" runat="server" Height="30px"
ToolTip="posting" ImageUrl="~/images/postvoucher.jpg"
onclick="ImageButton4_Click" Width="39px" />
</td>