Background

In my previous article
Introduction to Web Service with Example in ASP.Net we learned how to create a simple Web Service. This article explains how to consume the Web Service in an ASP.Net web Application.
And remember, I have written this article only focusing on beginners. So let us start step-by-step so beginners can understand it very easily.

Requirement

You need to keep a Web Service application in running mode so it can be accessible for use, so go to my article
Introduction to Web Service with Example in ASP.Net and create a Web Service and keep it in running mode I hope you have done that.