Click here to Skip to main content
15,901,505 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

When i go to design in VS2008, i am getting "Error Creating Control-Updatepanel1".

What is the solution to see all the controls in design mode.

pls. help.

Thank You.
Posted

Make sure you have AjaxControlToolkit.dll included in your project.
 
Share this answer
 
Comments
gani7787 11-May-11 8:08am    
Yes. i have already included in the project.
check

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

<asp:UpdatePanel runat="server">
    </asp:UpdatePanel>

// Check Tag prefix should be same...
//TagPrefix="asp"
<asp:UpdatePanel
 
Share this answer
 
v2
place scriptmanger in your asp page and then use updatepanel
 
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