Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Im using asp.net4.0 and how to use ajax balloon popup control? im searching in google. got this balloon popup control. Balloon control not working in my page.
Error message is "Unknown server tag 'asp:BalloonPopupExtender'."
Plz give me any idea.

Thanks in advance.
Posted
Comments
_Amy 20-Mar-13 7:57am    
Did you added the reference of ddl and registered the assembly?
24983 20-Mar-13 8:01am    
yes , iused asp.net4.0 and ajax also

May be you are using wrong version of the ControlToolkit!

Read this:
Setting up the environment to use the Toolkit: This Toolkit release targets two different versions of the .NET Framework:
Version 3.5.20229for .NET Framework 3.5 and Visual Studio 2008:
Download the AjaxControlToolkit-Framework3.5.zip orAjaxControlToolkit-Framework3.5-NoSource.zip.
Version 1.0.20229for ASP.NET AJAX version 1.0 and .NET Framework 2.0:
Download the AjaxControlToolkit.zip orAjaxControlToolkit-NoSource.zip.
 
Share this answer
 
v2
Comments
24983 20-Mar-13 7:41am    
we are using asp.net4.0 and ajaxcontrol4.0 so how can i solve this?
The error means you din't registered AjaxControlToolKit assembly. Register the assembly after @Page directive. Try this:
HTML
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>

And also add a reference of AjaxControlToolkit ddl in your solution. (Right Click on solution explorer --> Add Reference --> Browse Tab --> Browse the file then click on OK)


--Amit
 
Share this answer
 
v2

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