Asynchronous communication between the client and server using ICallbackEventHandler
Implementing client callbacks without postbacks in ASP.NET can be done in several ways: Using UpdatePanel control Exposing Web Services to client-side script Calling a Web service from client-side using jQuery or Microsoft Ajax functions Implementing ICallbackEventHandler many others… But this post doesn’t intend to discuss the differences between them, but to show the last option […]