Vikas Ahlawat

Vikas Ahlawat

  • NA
  • 577
  • 660.3k

How to change the imagebutton image onmouseover event in asp.net?

Jul 3 2010 11:51 PM
How to change the imagebutton image onmouseover event in asp.net?
<td>
                                        <asp:ImageButton ID="ImageButton5" runat="server" Height="105px"
                                            ImageUrl="~/Images/calculator1.jpg" Width="115px"
                                            onmouseover="this.src='http://Images/calculator2.jpg'"
                                            />
                                    </td>

this is not working

Answers (12)