live wid knowledge :)

Browse by Tags

All Tags » XMLHTTPRequest syncronous communication (RSS)
Synchornous communication of client (browser) and server (IIS)
To make communication between client and server, we use XMLHTTPRequest object, same object used in AJAX, CALLBACK techniques and where ever we have to send request to server from client (browser). XMLHTTPRequest communicate with server asynchronously...
More Posts