I have one Gridview in which I have added a HoverMenuExtender to a Label inside an ItemTemplate.
On page load it works fine.
I have added a ModalPopupExtender to a link button in the same row. Onclicking the link the ModalPopupExtender is displayed.
After closing this ModalPopupExtender, the HoverMenuExtender stops working. How can I resolve this?