Showing posts with label AJAX. Show all posts
Showing posts with label AJAX. Show all posts

Friday, February 8, 2013

Ajax Fundamentals part 2

Web Form Processing

  • Major change in Ajax is in page processing and we have two options:
    • traditional full - page processing
    • AJAX partial - page processing
  • Initially full page comes from the server and then can use either full partial - page processing

Sunday, January 27, 2013

Ajax Fundamentals part 1

Solution is Ajax

Combines  open standards-base technologies to solve aproblem in web application.
  • Asynchronous client-side call to server
  • Its well JavaScript
  • Data in varios formats
Update portion page without blocking other user action.
  • It is not like ASP.NET caching
Goal is to make browser / server interaction easy and fast .
Automatic Traffic Exchange

YallaTech Facebook page