how do we install Microsoft AJAX Library 3.5

Last post 12-17-2009 11:49 AM by WombatEd. 9 replies.

Sort Posts:

  • how do we install Microsoft AJAX Library 3.5

    12-06-2007, 6:44 AM
    • Contributor
      3,424 point Contributor
    • erdsah88
    • Member since 12-12-2004, 11:18 AM
    • ISTANBUL
    • Posts 896

    I have an iis 6.0 2003 server but have no idea how to install?

     

     

    and do I update all the scriptpaths in my project?

    Satılık,Kiralık emlak ilanlari
  • Re: how do we install Microsoft AJAX Library 3.5

    12-06-2007, 2:42 PM
    Answer
    • Star
      13,605 point Star
    • gt1329a
    • Member since 06-24-2002, 12:53 AM
    • Atlanta
    • Posts 2,248
    • TrustedFriends-MVPs

    If you install the 3.5 framework on your server and target those assemblies in your site's web.config, it automatically uses the 3.5 version of ASP.NET AJAX.  ASP.NET AJAX is included in the base 3.5 framework.

    Encosia - ASP.NET, jQuery, AJAX, and more.

    Latest article: Emulate ASP.NET validation groups with jQuery validation
  • Re: how do we install Microsoft AJAX Library 3.5

    12-07-2007, 2:38 AM
    • Contributor
      3,424 point Contributor
    • erdsah88
    • Member since 12-12-2004, 11:18 AM
    • ISTANBUL
    • Posts 896

    ok I did that. but how can I be sure that the javascript belongs to 3.5 not something else ?

     there is no header in axd files....

     

    it just goes like

     >>>>>>>>>>>>>>>>>>>>>>>>

    function WebForm_PostBackOptions(eventTarget, eventArgument, validation, validationGroup, actionUrl, trackFocus, clientSubmit) {
        this.eventTarget = eventTarget;
        this.eventArgument = eventArgument;
        this.validation = validation;
        this.validationGroup = validationGroup;
        this.actionUrl = actionUrl;
        this.trackFocus = trackFocus;
        this.clientSubmit = clientSubmit;
    }
    function WebForm_DoPostBackWithOptions(options) {
        var validationResult = true;
        if (options.validation) {
            if (typeof(Page_ClientValidate) == 'function') {
                validationResult = Page_ClientValidate(options.validationGroup);
            }
        }
        if (validationResult) {
            if ((typeof(options.actionUrl) != "undefined") && (options.actionUrl != null) && (options.actionUrl.length > 0)) {
                theForm.action = options.actionUrl;
            }
            if (options.trackFocus) {
                var lastFocus = theForm.elements["__LASTFOCUS"];
                if ((typeof(lastFocus) != "undefined") && (lastFocus != null)) {
                    if (typeof(document.activeElement) == "undefined") {
                        lastFocus.value = options.eventTarget;

    Satılık,Kiralık emlak ilanlari
  • Re: how do we install Microsoft AJAX Library 3.5

    12-07-2007, 2:41 AM
    • Star
      13,605 point Star
    • gt1329a
    • Member since 06-24-2002, 12:53 AM
    • Atlanta
    • Posts 2,248
    • TrustedFriends-MVPs
    I believe there are some very minor changes, but the ASP.NET AJAX portion in 3.5 is basically identical to the ASP.NET AJAX 1.0 extensions.  If you're getting AJAX functionality, you should be alright.
    Encosia - ASP.NET, jQuery, AJAX, and more.

    Latest article: Emulate ASP.NET validation groups with jQuery validation
  • Re: how do we install Microsoft AJAX Library 3.5

    12-07-2007, 2:47 AM
    • Contributor
      3,424 point Contributor
    • erdsah88
    • Member since 12-12-2004, 11:18 AM
    • ISTANBUL
    • Posts 896

    I don't know ..the thing is we are trying to eliminate the errors on the webpage and doing some search engine optimization.

     

    that's why I really wanna debug the ajax framework .Do u know any side affects fo seo ?

    Satılık,Kiralık emlak ilanlari
  • Re: how do we install Microsoft AJAX Library 3.5

    12-07-2007, 2:52 AM
    • Star
      13,605 point Star
    • gt1329a
    • Member since 06-24-2002, 12:53 AM
    • Atlanta
    • Posts 2,248
    • TrustedFriends-MVPs

    AJAX in general can be an SEO nightmare, depending on how it's implemented.  What specific problem are you having? 

    Encosia - ASP.NET, jQuery, AJAX, and more.

    Latest article: Emulate ASP.NET validation groups with jQuery validation
  • Re: how do we install Microsoft AJAX Library 3.5

    11-06-2009, 11:11 PM
    • Member
      2 point Member
    • KingDavid2007
    • Member since 11-07-2009, 4:08 AM
    • Posts 1

    Look my friend, with all respect... do you know how to install the ajax library yes or no?... the question is very simple: there is a download on the asp.net ajax site that is name ajax library 3.5...it is a zip file, but there is no indication on where to place its contents... can anybody please tell where to place its contents?

    Many thanks 

  • Re: how do we install Microsoft AJAX Library 3.5

    11-07-2009, 3:25 AM
    • Star
      13,605 point Star
    • gt1329a
    • Member since 06-24-2002, 12:53 AM
    • Atlanta
    • Posts 2,248
    • TrustedFriends-MVPs

    ASP.NET AJAX is built into ASP.NET 3.5 and higher.  There's no need to install anything other than the framework.

    Encosia - ASP.NET, jQuery, AJAX, and more.

    Latest article: Emulate ASP.NET validation groups with jQuery validation
  • Re: how do we install Microsoft AJAX Library 3.5

    11-07-2009, 7:26 AM
    • Star
      8,677 point Star
    • Pawan_Mishra
    • Member since 03-13-2008, 11:37 AM
    • Bangalore
    • Posts 1,266

    Hi ,

    I agree with Dave . If your application is running on .Net 3.5 framework and you are having VS 2008 then Asp.Net Ajax functionality is inbuilt. There is nothing you have to do.If you select new website as template , the corresponding web config will automatically reflect the sections required for asp.net ajax.

    That said , if you are having VS 2005 and .Net 2.0 framework then probably you will have to install the asp.net ajax framework.If you are looking for converting an existing website into an ajax enabled website then you need to add the respective dll's and modify the webconfig file manually.

    So please let us know which framework your application is running on .

    Regards
    Pawan Mishra

    Too many eyes doesn't make a good code !!!

    .Net 360°
  • Re: how do we install Microsoft AJAX Library 3.5

    12-17-2009, 11:49 AM
    • Member
      70 point Member
    • WombatEd
    • Member since 01-26-2007, 12:10 PM
    • Los Angeles, CA
    • Posts 93

    Are you folks talking about the basic AJAX tools like UpdatePanel, or the ToolKit (e.g. CalendarExtendar)?

    I have VS 2008 Pro and .Net 3.5 SP1, and I have the basic tools, but can't seem to find the ToolKit controls.

    What am I missing?

Page 1 of 1 (10 items)