No extenders...

Last post 07-04-2009 3:15 AM by kkarthikmca. 4 replies.

Sort Posts:

  • No extenders...

    07-04-2009, 12:20 AM
    • Member
      55 point Member
    • CraigL
    • Member since 08-29-2008, 1:09 AM
    • Brisbane, Australia
    • Posts 122

    I'm using VS2008, and have installed Ajax controls. I can use UpdatePanel etc.. but on ther toolbar, there's no 'Calander' and other options. Also, I have no 'Extenders' anywhere in the toolbox.

    All I have is Pointers, ScriptManager, ScriptManager Proxy, Timer, UpdatePanel and UpdateProgress. I have the latest Ajax DLL. What am I missing?

    Seems I'm missing a load of things.

    Craig Lister
    Brisbane, Australia
  • Re: No extenders...

    07-04-2009, 3:04 AM
    Answer
    • Contributor
      2,367 point Contributor
    • akhhttar
    • Member since 02-14-2007, 8:17 AM
    • Pakistan - Lahore
    • Posts 352

    Hi,

    You need to add AJAX Tool kit controls into VS toolbar by your self.

    Please follow the steps mention in following Forum post

    http://forums.asp.net/p/1088768/2097753.aspx


    Thank you

    Muhammad Akhtar Shiekh

    Lets resolve the problem together.

    Please remember to mark the appropriate replies as answer after your question is solved, thanks

    My Blog
  • Re: No extenders...

    07-04-2009, 3:11 AM
    • Member
      70 point Member
    • kkarthikmca
    • Member since 03-24-2008, 5:23 AM
    • Chennai
    • Posts 20

    r u incuded the latest dll's for ajaxextenders version 3.5 in your bin folder,

    add hte below line in web.config file

    <pages>
                <controls>
                    <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
                    <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
                    <add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>
                </controls>
            </pages>

    Cheers !!!
    Karthik
    http://kkarthikmca.blogspot.com/

  • Re: No extenders...

    07-04-2009, 3:14 AM

    u dont get the ajaxtoolkit in built in that u have to add the toolkit

    read the articles and add the toolkit ..their u will also get the download option to download the toolkit and u have to selectthe apropriet toolkit release.(for VS 2008 download Realse :-30512)

    http://www.asp.net/ajax/

    http://www.asp.net/AJAX/downloads/

  • Re: No extenders...

    07-04-2009, 3:15 AM
    • Member
      70 point Member
    • kkarthikmca
    • Member since 03-24-2008, 5:23 AM
    • Chennai
    • Posts 20

    r u incuded the latest dll's for ajaxextenders version 3.5 in your bin folder,

    add hte below line in web.config file

    <pages>
                <controls>
                    <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
                    <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
                    <add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>
                </controls>
            </pages>

    Cheers !!!
    Karthik
    http://kkarthikmca.blogspot.com/

Page 1 of 1 (5 items)