Tags some are familiar and others are not like <cc1:...>

Last post 06-24-2008 4:24 AM by Thomas Sun – MSFT. 4 replies.

Sort Posts:

  • Tags some are familiar and others are not like <cc1:...>

    06-20-2008, 10:02 AM
    • Loading...
    • aBreeze
    • Joined on 06-20-2008, 12:50 PM
    • Posts 4
    I am using a modal panel with the Ajax extender for a panel and on dropping the control it looks like this

    <cc1:modalpopupextender runat="server"></cc1:modalpopupextender>

    what is missing or any guesses... 

    Has this been encountered and how is this resolved?

    Filed under:
  • Re: Tags some are familiar and others are not like <cc1:...>

    06-20-2008, 10:56 AM
    • Loading...
    • Jeev
    • Joined on 11-24-2005, 7:49 AM
    • Posts 3,067

     if you add the following in your web.config ,then you can use the tagprefix <ajaxtoolkit:modalpopupextender>

    <controls>
                     <add tagPrefix="ajaxtoolkit" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit"/>
          </controls>

    Jeev
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    If you get the answer to your question, please mark it as the answer.
  • Re: Tags some are familiar and others are not like <cc1:...>

    06-23-2008, 5:51 AM
    • Loading...
    • aBreeze
    • Joined on 06-20-2008, 12:50 PM
    • Posts 4

    thanks for the starting point.

    however the assembly has no entry and is unresolved therefore the knock-on is the cc1 goes to now be named ajaxtoolkit but the issue still remains that the control is not recognized.

    how does this get resolved?

  • Re: Tags some are familiar and others are not like <cc1:...>

    06-23-2008, 7:25 AM
    Answer
    • Loading...
    • Jeev
    • Joined on 11-24-2005, 7:49 AM
    • Posts 3,067

     Please make sure that you add the dll to the bin directory of the web application

    Jeev
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    If you get the answer to your question, please mark it as the answer.
  • Re: Tags some are familiar and others are not like <cc1:...>

    06-24-2008, 4:24 AM
    Answer

    Hi,

    I agree with the member above.

    Firstly, please make sure you have added a reference to AjaxControlToolkit.dll in your project and then you can try to register it in you page with directive to see if it works.

    For example:

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

     

    I hope this helps.

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Page 1 of 1 (5 items)
Microsoft Communities
Page view counter