Showing posts with label tooltip. Show all posts
Showing posts with label tooltip. Show all posts

Wednesday, March 21, 2012

trying to add a popup/tooltip to an updatepanels gridview item

Hi everyone,

I have a Gridview that I want to place inside an update panel, but the current javascript tooltip calls bomb out. These calls are created dynamically (some results have the popup, others don't) and store text helping to explain the search results. Can someone lead me in the direction of what I need to be doing here or the control needed to make it work?

Try to take a look at the following links about javascript tooltip for reference.
http://www.walterzorn.com/tooltip/tooltip_e.htm#download
http://www.webreference.com/js/column16/
http://www.dustindiaz.com/sweet-titles
http://javascript.internet.com/generators/dhtml-tooltip-generator.html
http://tooltip.crtx.org/
Wish the above can help you.

trying to get hover tooltip to work in updatepanel

I use the wz_tooltip.js library for all my tooltips... Works great in regular asp.net pages but I can't get them to work properly in an updatepanel... The tooltips appear on the first pageload but then they are gone once I make an asyncronous post.

The tooltip I use can found below
http://www.walterzorn.com/tooltip/tooltip_e.htm

It looks like I may have to do something with scriptmanager but I'm not sure what

Thanks ahead of time,
Paul

-- bump bump --
anyone??

have you tried using the scriptmanager or toolkit script manager to load the script ?