toolbar mousehover events

  • Thread starter Thread starter SgNaPpO
  • Start date Start date
S

SgNaPpO

Hi,
I am trying to change the message of status bar when the mouse pointer
hovers over the toolbar buttons.

What event should I capture?

How can I determine which button is pointed to by the mouse pointer?

thanks in advance
SgNaPpO
 
Unfortunately, there is no event in ASP.NET to do this. You can, however, do
this using Javascript using the Javascript onMouseOver and onMouseOut
events.
 
what does ASP.NET have to do with his question?


Nathan Sokalski said:
Unfortunately, there is no event in ASP.NET to do this. You can, however,
do this using Javascript using the Javascript onMouseOver and onMouseOut
events.
 

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

Back
Top