Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is the difference between page.registerclientscriptblock and page.registerstartupscript?

873


When Cookies are expired in ASP.NET?

1057


What is the difference between adding reference in solution explorer and adding references by using ?

1126


What are the main advantages of using asp.net?

1086


What is state management react?

1088


What is view state management in asp net?

953


What is a windows service?

1145


What is globalization and localization in asp net?

1063


Define cookie.

1032


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

1119


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

2179


Which protocol is used to call web service?

1037


What is a global postback url?

1004


What are url fragments?

949


Explain what is viewstate?

1047