Browse by Tags
All Tags »
CALLBACK (
RSS)
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...
In my prior both articles about CALLBACK, which considered as Article of the Day @ www.asp.net recently might have problem: Here i would like to talk about async indexer problem and of course solution as well :) PROBLEM 1 : '__pendingCallbacks[...].async...
Callback & Controls Rendering (Manually Partial Page Rendering) In my previous article, I wrote about Callback and JSON based Javascript serialization which you can find here . 1. Why Should I read this article As Callback doesn’t cause postback and...
FYI: sample code is attached @ the end When working in ASP.NET, sometimes you need to call server-side methods asynchronously without having either full-page or partial-page postback. Thanks go to the ASP.NET team to provide an easy implementation of...
More Posts