PeriyasamyRamachandran wrote:
Can you anybody tell me how can we use the "API calls" in asp.net?
API just means Application Programming Interface, i e you must be having some some dll or webservices. Create an object of the required class and access the method of those class using the object or if there is static method then you can access it using the class name itself. Are you talking about something else?