Hi,
On an ASP.NET GridView, I have several LinkButton objects. I want to add the "onmouseove r" event to the LinkButton so that I can perform a javascript task-- in particular, to rewrite the window.status message so it shows a more meaningful message than the layman-confusing javascript link message.
So how do I add this "onmouseove r" event to the LinkButton? I'm stumped.
Thanks.
Robert
On an ASP.NET GridView, I have several LinkButton objects. I want to add the "onmouseove r" event to the LinkButton so that I can perform a javascript task-- in particular, to rewrite the window.status message so it shows a more meaningful message than the layman-confusing javascript link message.
So how do I add this "onmouseove r" event to the LinkButton? I'm stumped.
Thanks.
Robert
Comment