Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Ajax Control ToolKit Error

Ajax Control ToolKit Error

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminhelpworkspace
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kushMuchaal
    wrote on last edited by
    #1

    I have install sucessfully AJAX Extesion & Ajax ControlToolKit for ASP.NET 2.0; AjaxControlToolKit is instaled by proper way**(D:\web_prg\ControlToolKit2.0\SampleWebSite\Bin\AjaxControlToolKit.dll)** that is provided with the SetUp(.exe) for AjaxControlKit. :) Element 'HoverMenuExtender' is not a known element. This can occur if there is a compilation error in the Web site. :doh: ScriptManager1:Unknown server tag 'asp:ScriptManager'. why these errors are Occurs.

    B 1 Reply Last reply
    0
    • K kushMuchaal

      I have install sucessfully AJAX Extesion & Ajax ControlToolKit for ASP.NET 2.0; AjaxControlToolKit is instaled by proper way**(D:\web_prg\ControlToolKit2.0\SampleWebSite\Bin\AjaxControlToolKit.dll)** that is provided with the SetUp(.exe) for AjaxControlKit. :) Element 'HoverMenuExtender' is not a known element. This can occur if there is a compilation error in the Web site. :doh: ScriptManager1:Unknown server tag 'asp:ScriptManager'. why these errors are Occurs.

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #2

      you have to register the assembly in the header like <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> Check the Assembly and Namespace according to your application

      Cheers!! Brij Check my latest Article :URL Routing with ASP.NET 4.0

      K 1 Reply Last reply
      0
      • B Brij

        you have to register the assembly in the header like <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> Check the Assembly and Namespace according to your application

        Cheers!! Brij Check my latest Article :URL Routing with ASP.NET 4.0

        K Offline
        K Offline
        kushMuchaal
        wrote on last edited by
        #3

        I have already register this Assembly in Header. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="MultipleSelection.ascx.cs" Inherits="MultipleSelection" %> <%@ Register Assembly="CheckBoxListExCtrl" Namespace="CheckBoxListExCtrl" TagPrefix="cc1" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc2" %

        P 1 Reply Last reply
        0
        • K kushMuchaal

          I have already register this Assembly in Header. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="MultipleSelection.ascx.cs" Inherits="MultipleSelection" %> <%@ Register Assembly="CheckBoxListExCtrl" Namespace="CheckBoxListExCtrl" TagPrefix="cc1" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc2" %

          P Offline
          P Offline
          puviyarasan j
          wrote on last edited by
          #4

          Refresh the Ajax control Toolbox. and add the AjaxControlToolkit.dll again.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups