Hi everyone,
I wonder if ASP.NET AJAX already has a solution for Cross browser issue in XMLHttpRequest object?
As you known, we need to make several checking when we want to create a XMLHttpRequest object such as Microsoft.XMLhttp, MSXML2.XMLHTTP and standard XMLHttpRequest.
Does ASP.NET AJAX Client framework already do the annoying task for us? And how do we use it?
Thanks.
YuChao