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 asp.net control can embed xaml into asp.net pages?
How do you secure your configuration files to be accessed remotely by unauthorized users?
Define the types of configuration files.
Explain login control and form authentication.
What are the different authentication modes in asp.net?
What is routing in MVC?
What is difference between session and application in asp net?
How can I open ashx file in mobile?
What is strong-typing versus weak-typing?
When you use Ajax controls in the ASP.NET application?
What is difference between mvc and asp.net? : Asp.Net MVC
Explain what is clr?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What are the session variables?
What are the different types of Caching techniques in ASP.NET?