how to retrieve data using web services in asp.net pls give
me the code and explain me briefly

Answer Posted / kumar

(1)create a method in webservice as

[WebMethod]
public string AccBalanceAgingSummary(string FilterBy)
{
DataAccess.Report.DailyReport daDailyReport = new
DataAccess.Report.DailyReport();
return daDailyReport.AccBalanceAgingSummary
(FilterBy);
}
(2)

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do session tokens work?

744


Define xmlreader class.

785


Where session id is stored?

750


Why we use asp.net for website development?

712


Explain the use of duration attribute of @outputcache page directive.

889


Why do we use sessions?

806


What does clearing cache?

738


Define globalization and localization.

772


What is server side routing?

708


What is the flow of processing of the request? : asp.net mvc

769


What is the equivalent of date() and time() in asp.net?

754


Is asp.net is a programming language?

722


What are the various types of cookies in asp.net?

785


What is the difference between debug and release?

756


Why is an object pool required?

837