Microsoft Ajax: Table of content
Hi all, For better knowing which post explain which part of Ajax and Microsoft ASP.NET Ajax here is a table of content with all the links in the serious of post regarding Ajax:
what is Ajax , why do we need it and how we used to write Ajax based web applications:
what is Ajax
What is JSON and how to use it when writing Ajax based web applications:
Ajax improvements using JSON
What it actually Microsoft AJAX , how to use it and what is UpdatePanel control we here so often about:
Introducing Microsoft Ajax
What is the UpdateProgress control and how to use it in combine with the UpdatePanel control:
UpdateProgress control
Complete the server side controls we can use in Microsoft ASP.NET Ajax:The Timer control , The ScriptManager and ScriptManagerProxy
Timer,ScriptManager and ScriptManagerProxy controls
How to call web service code from client side using Microsoft Ajax and how get the same effect without using web services using the new PageMethods technique:
Microsoft Ajax - How to use web service and PageMethods
This part explains the client half of Microsoft Ajax, What it contains and how to use it. In addition this part also explains JavaScript namespaces and new Object types in the Ajax framework.
Microsoft Ajax - Client Side
More on the client half of Microsoft Ajax. This time i will explain how did Microsoft Ajax framework extended the built- in types like Boolean,String , Int.
Microsoft Ajax - Client Side continued
More on the client half of Microsoft Ajax. How to manage history when performing partial updates.
Microsoft Ajax - Client Side continued continued
Pini Dayan