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 [...]
Posted: June 24th, 2008 under Uncategorized.
Comments: none