Main menu:

 

June 2008
M T W T F S S
« May   Jul »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Site search

Archives

Categories

Tags

Links:

Archive for June 24th, 2008

Implementing AJAX in asp.net web application

Implementing Ajax in the web application will asynchronously call to the server, without actually posting back the page to the server.
in order to implement Ajax in your web application , you need to install the Microsoft ASP.NET 2.0 AJAX Extensions, the same is available on the internet for download.
once you install on to your server [...]