I was wondering how to do a mouseover in ASP.NET (I prefer client side coding for this).
For example:
If I want a simple image to change to another when the mouse is hovering/moved over the image.
This image should also be a hyperlink. I assuming client side coding will be the easist...
Any help will be greatly appreciated.