Articles

ASP.NET – AJAX client side network calls

ASP.NET AJAX is a Microsoft solution that provides support for implementing XMLHttp requests. This type of request is different from the normal web requests by the format and amount of data it sends to and receives from the server – it is a minimal (partial) postback, sending and receiving only the important data, instead of transferring the entire page, as a normal postback would do.

ASP.NET – AJAX client side network calls Read More »

Scroll to Top