Click here to Skip to main content
15,909,466 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to use BalloonPopupExtender control to my web application to display message, but this control is not included in my ajax toolbox. how to bring it there and how to use it.
Posted

BalloonPopupExtender.aspx[^]

how to use balloonpopupextender(ajax)[^]

This links will help you to use BalloonPopupExtender.

and see the below link for the control related help

ajax-balloon-pop-up-control-not-found-in-toolbox.aspx[^]
 
Share this answer
 
first you have download ajaxcontroltoolkit from here

http://ajaxcontroltoolkit.codeplex.com/releases/view/109918[^]

then

In Your Visual Studio


Go to Toolbox->

then Right Clik on Any Tab and--> Click to Add Tab

give name AjaxControlToolkit

then Right Clik and Choose Item-->

then you see the Browse option

fetch the .DLL file which is in your AjaxControlToolkit Folder

And Click Ok .


VB
and then add this line client side

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>



then visit this link

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/BalloonPopup/BalloonPopupExtender.aspx[^]
 
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