hello everyone
I use the below the image on page:
<asp:Image ID="bulbPic" runat="server" ImageUrl="~/pics/bulboff.gif" />
I want when I go over the image with the mouse it will change image URL refer below thread (here I define by clicking on button it will change imageurl)
Change Image Url on Button Click using JavasSript in ASP.Net
but now I want when I go over it, itwill change the image url
can you help me?
Thanks