How to register showing event handler for HoverMenuBehavior from ASP.NET
        Posted  
        
            by Sergej Andrejev
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sergej Andrejev
        
        
        
        Published on 2010-03-22T10:14:55Z
        Indexed on 
            2010/03/22
            10:31 UTC
        
        
        Read the original article
        Hit count: 383
        
I'm talking about ASP.NET AJAX library. I'm using HoverMenuBehavior to display a tooltip. What I'm missing however is to display it left from tooltip referece or to the right depending on tooltip image position. I was thinking about using "showing" event I found through firebug, but can't figure out how to register it through ASP.NET
I found showing event mentioned on this page:
http://www.asp.net/ajaxlibrary/Print.aspx?Page=HOW%20TO%20Use%20the%20HoverMenu%20Control
© Stack Overflow or respective owner