In this tutorial ,i have implemented following things which are given below.
The web services that are not Ajax enabled use the SOAP Protocol to send a request to server and get a response but Ajax enabled web services use the JSON format for this purpose.In our coming tutorial i will expain what is JSON and why we use it.
Here i have shown 'How to use two or more web services in one application'.
- How to use caching concepts in web services in asp.net
- How to make Ajax enabled web services in asp.net
- How to use Script Manager and Update Panel in web service
The web services that are not Ajax enabled use the SOAP Protocol to send a request to server and get a response but Ajax enabled web services use the JSON format for this purpose.In our coming tutorial i will expain what is JSON and why we use it.
Here i have shown 'How to use two or more web services in one application'.