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
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
When Cookies are expired in ASP.NET?
What is the difference between adding reference in solution explorer and adding references by using ?
What are the main advantages of using asp.net?
What is state management react?
What is view state management in asp net?
What is a windows service?
What is globalization and localization in asp net?
Define cookie.
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
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....
Which protocol is used to call web service?
What is a global postback url?
What are url fragments?
Explain what is viewstate?