ajax extenders

Last post 09-02-2008 11:40 PM by Vince Xu - MSFT. 5 replies.

Sort Posts:

  • ajax extenders

    08-31-2008, 7:55 AM
    • Member
      3 point Member
    • mexican
    • Member since 05-15-2008, 10:49 AM
    • Posts 176
    : I have using some ajax extenders and have some issues.

    q1)I asked before on ajax controls but also do ajax extenders have any speed issues when loading?

    q2) I notice  my /bin folder  is sizes 2.2MB.
     the ajaxcontroltoolkit.dll file is 1.2mb
    i have a whole lot of language folders for ajaxtoolkit
    can i just use what I need rather than everything?

    do I need all this and can i reduce the amount of files and size?
  • Re: ajax extenders

    08-31-2008, 9:49 AM
    • Contributor
      2,041 point Contributor
    • liammcmullen
    • Member since 03-24-2008, 3:31 PM
    • Belfast
    • Posts 353

    The Ajax controls will add a bit of size to your projext but they are fast - if you can do what you need with javascript they you should take that path first - have a look a jquery its a fast and lightwheigh javascript framwork.

    hope this helps answer you question.

     

    liam

    Liam Mcmullen
  • Re: ajax extenders

    08-31-2008, 6:39 PM
    • Member
      3 point Member
    • mexican
    • Member since 05-15-2008, 10:49 AM
    • Posts 176
    I have 4 ajax extendors on screen which I could add JS/css eg flyout menu but it seems so messy comapred to asp.net
  • Re: ajax extenders

    08-31-2008, 6:45 PM
    • Contributor
      2,041 point Contributor
    • liammcmullen
    • Member since 03-24-2008, 3:31 PM
    • Belfast
    • Posts 353

    don't think twice use the extenders -  it wont  do your site any harm.

     

    Liam Mcmullen
  • Re: ajax extenders

    08-31-2008, 10:31 PM
    • Member
      3 point Member
    • mexican
    • Member since 05-15-2008, 10:49 AM
    • Posts 176
    i am new to asp.net ajax extendors
     
     <%@ Register
        Assembly="AjaxControlToolk
    it"
        Namespace="AjaxControlToolkit"
        TagPrefix="ajaxToolkit" %>


    i have the AjaxControlToolkit.dll in the bin folder which resides in my asp.net app name folder . the samples for the ajaxtoolkit have a separate folder for bin. .
    how can i access the dll from  folder outside the the asp.net app folder name?
  • Re: ajax extenders

    09-02-2008, 11:40 PM
    Answer

    Hi,

    The dll files can be at the two places so as to be called by the application. One is the bin folder of application, the other is GAC.

    To register the assembly in GAC, you can check this article: http://www.eggheadcafe.com/PrintSearchContent.asp?LINKID=713


    Vince Xu
    Microsoft Online Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Page 1 of 1 (6 items)