Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actually for one image i am using ajax:BalloonPopupExtender to display some data. and it is working 5n but problem is when i taken mouse on that image the popup is not closing...is there any property to close that onmouse out
Posted
Comments
What you want to do? when you click on the image, it should close? Or any other task?
Please explain.
ntitish 20-Jul-13 0:08am    
I got the answer sir, Actually onmouseover the pop up should display and onmouseout the pop should close and i got it
onmouseout="this.BalloonPopupControlBehavior.hidePopup();"

thanks for ur involvement......
Great to know that. :)
ntitish 20-Jul-13 0:13am    
Can i change the Border of the popup...
Analyze the rendered html in browser and try to give a border to the div by css.

ajax:BalloonPopupExtender does not close automatically. You can use HoverMenuExtender to achieve desired functionality.

Visit
HoverMenu Demonstration[^]
 
Share this answer
 
v2
onmouseout="this.BalloonPopupControlBehavior.hidePopup();"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900