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. What is AJAX?

What is AJAX?

Scheduled Pinned Locked Moved ASP.NET
question
7 Posts 5 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.
  • P Offline
    P Offline
    Prasad Babu A
    wrote on last edited by
    #1

    Hi Friends, What is Ajax? what is importance of it? plz explain me? Thanks Pessi.:)

    G D 2 Replies Last reply
    0
    • P Prasad Babu A

      Hi Friends, What is Ajax? what is importance of it? plz explain me? Thanks Pessi.:)

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      It's a javascript library to call web services. --- b { font-weight: normal; }

      M R 2 Replies Last reply
      0
      • G Guffa

        It's a javascript library to call web services. --- b { font-weight: normal; }

        M Offline
        M Offline
        m rastgar
        wrote on last edited by
        #3

        Do you have a reference to explain more about it and how it works…? Thanks Rastgar

        1 Reply Last reply
        0
        • P Prasad Babu A

          Hi Friends, What is Ajax? what is importance of it? plz explain me? Thanks Pessi.:)

          D Offline
          D Offline
          Daniel Santillanes
          wrote on last edited by
          #4

          Check out the samples on this page[^], you'll have a good idea how Ajax can help user interactivity with a web app. In short, it's a way to reduce the amount of post backs to server by actually asking the server only for the information you need and loading in the page with javascript. It can work in several ways, one such ways is using web services, but you can also use the library provided on the link I put up there, and this one takes care of the call details, it's pretty cool. daniero

          1 Reply Last reply
          0
          • G Guffa

            It's a javascript library to call web services. --- b { font-weight: normal; }

            R Offline
            R Offline
            RichardGrimmer
            wrote on last edited by
            #5

            Guffa wrote:

            It's a javascript library to call web services.

            utter tripe! AJAX = Advanced Javascript and XML.....not in any way shape or form bound to webservices, and not a library... The most well known part of AJAX is the use of the XMLHttp object in IE / Netscrape etc (but there is MUCH more to it than just that!) The aim of it is to allow the client side to retrieve data from the server without posting back...which means (for example), if your user selects a value from a combo / whatever, then to populate dependent controls (eg, select country, pop with regions is a common use) WITHOUT having to postback the whole page. It's all done on the client side, and can be asynchronous (using callbacks) which means that UIs end up alot more sprightly..... To gety started, look at some of the excellent examples on CP...or just start playing with notepad and XMLHttp lol.... "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

            G 1 Reply Last reply
            0
            • R RichardGrimmer

              Guffa wrote:

              It's a javascript library to call web services.

              utter tripe! AJAX = Advanced Javascript and XML.....not in any way shape or form bound to webservices, and not a library... The most well known part of AJAX is the use of the XMLHttp object in IE / Netscrape etc (but there is MUCH more to it than just that!) The aim of it is to allow the client side to retrieve data from the server without posting back...which means (for example), if your user selects a value from a combo / whatever, then to populate dependent controls (eg, select country, pop with regions is a common use) WITHOUT having to postback the whole page. It's all done on the client side, and can be asynchronous (using callbacks) which means that UIs end up alot more sprightly..... To gety started, look at some of the excellent examples on CP...or just start playing with notepad and XMLHttp lol.... "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

              G Offline
              G Offline
              Guffa
              wrote on last edited by
              #6

              You are right. AJAX is much less than I thought it was. I have heard a lot about it and I know what it does and how it does it, but I hadn't actually looked up the exact definition. When I look further into it I realise that I have actually used AJAX without even knowing that it was AJAX. --- b { font-weight: normal; }

              R 1 Reply Last reply
              0
              • G Guffa

                You are right. AJAX is much less than I thought it was. I have heard a lot about it and I know what it does and how it does it, but I hadn't actually looked up the exact definition. When I look further into it I realise that I have actually used AJAX without even knowing that it was AJAX. --- b { font-weight: normal; }

                R Offline
                R Offline
                RichardGrimmer
                wrote on last edited by
                #7

                Guffa wrote:

                When I look further into it I realise that I have actually used AJAX without even knowing that it was AJAX

                :) There seems to be alot of that around!! Apparently (and I never used it till all the hoo-ha that seems to have cropped up recently), it's been around since the IE4 days..... The confusion about it beong a lib is understandable - every man and his dog seems to be coming out with an AJAX library....to my mind though, they're all complete overkill....just write your own AJAX.js and let er rip he he - it's so easy, even I can do it lol! "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

                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