Click here to Skip to main content
15,900,906 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi!
I have tried quite a bit to solve this problem. I have gone through many solutions found in the internet, but none work for me. I have tried solutions like:

  • reinstall the right version of AjaxControlToolkit that compatible with my visual studio 2008

  • add the
    XML
    <add assembly="AjaxControlToolkit" /> and <add assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagPrefix="cc1"/>
    in the web.config
  • I have checked that my web.config does not include <xhtmlConformance mode="Legacy" />
  • change my script manager to <asp:ToolkitScriptManager ID="ScriptManager1" runat="server" /> (this results an error, of course)

I already tried to open my friend's project which uses Ajax components, and it can be viewed in the browser, but when I open my project, no error occurred but the Ajax does not appear in the browser.

How can I solve this problem? Any help will be appreciated.

Thanks!
Posted
Updated 28-Apr-11 0:49am
v3
Comments
Manfred Rudolf Bihy 28-Apr-11 6:50am    
Edit: Added some code tags, added unordered list and minor punctuation issues.

1 solution

When you created the webpage, did you add an ASP Web Page or an ASP AJAX Enabled Web Page? Make sure that you're creating an Ajax Enabled Web Page.
 
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