Is it possible to determine when the hover menu extender is invoked so that the content of the associated pop-up panel is updated with new content at that moment. I am displaying content in a repeater and when the "label" is hovered over, the panel shows but I want that content to reflect the particular row entry.
If my understanding is correct, I can use a dynamic service method that returns a string and writes over all existing data in the panel.
What I would like to be able to do is have an update panel with a few ASP controls that get updated instead when the hover occurs.
Is this possible? If so, how would I do this?
Regards,
Bryan