I would like my image button to kick off an email and it is only refreshing the screen. Any ideas?
<td><a href ="mailto:myname@mydomain.com"><asp:ImageButton ID="ImageButton2" ToolTip="Email" runat="server" Width="48" Height="48" ImageUrl="~/App_Themes/CQT/images/Envelope.png" /></a></td>
Thanks
<td><a href ="mailto:myname@mydomain.com"><asp:ImageButton ID="ImageButton2" ToolTip="Email" runat="server" Width="48" Height="48" ImageUrl="~/App_Themes/CQT/images/Envelope.png" /></a></td>
Thanks