mouse over button event?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is there button mouse over event in .net? What I want to do is instead let
user click button to pop up message, I let user put mouse over button and
then auto-pop up message?

Thanks,
Martin
 
Hi,

I think this is window control event, how about web control (asp.net)?

Thanks,
Martin

You'll have to use javascript to do this on a web app. The events you
need are MouseOver and MouseOut I believe.

Thanks,

Seth Rowe
 
Back
Top