How to fire the mouseenter event programaticaly when link in gridview row is selected

how to fire the mouseenter event programaticaly when link in gridview row is selected?

mouseenter and mouseleave only work on Internet Explorer browsers. Are you sure that your audience is going to only be using that one web browser?

hi ,Please suggest this in both IE and FireFox?

mouseenter and mouseleave are proprietary events that exist only on Internet Explorer.

if you use the jQuery library though, you’re able to use a simulated version on other browsers that achieves the same job.

http://api.jquery.com/mouseleave/