mouse over button event?

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
 
G

Guest

Hi,

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

Thanks,
Martin
 
R

rowe_newsgroups

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top