.net - ICallbackEventHandler, HttpHandler, XMLHttpRequestObjext - which is the better method -
Which of the three (iclacAventhandler, HTTPHandler, or XMLHTPPKAE Object object) is a better method to use? They are essentially the same? Does ICallbackEventHandler and HttpHandler have variations to use just XMLHttpRequestObject?
The HTTP handler is a server side type. XMLHttpRequest is client-side. I do not know what else is.
Comments
Post a Comment