How to consume webservice using ASP.NET web form application
I need Program to Create a .NET web service to get the details of student (regno, name, age, dob, 3 subject
marks) and find the total and average, and develop .NET web client application (using ASP.NET web from) to consume it. Thank You in Advance.