Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » xmlhttp » xmlhttprequest   (RSS)
Sorry, but there are no more tags available to filter with.

XMLHttp : Step 2

How to call Webserver methods using Javascript If you are planning to call your own ASP.Net webservice from client side using XMLHttp you need to configure its web.config. Add the following inside <system.web>: <webservices> <protocols>
Posted by Sanjeet | 2 Comments
Filed under: ,

XMLHttp : Step 1

What is XMLHttpRequest? - It is an API that is used by JavaScript and some other scripting languages to transfer data (XML/plain text) "to-and-from" a web server over HTTP. - You can make a call from an html page also. In the following example we are
Posted by Sanjeet | 4 Comments
Filed under: ,
 
Page view tracker