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

Answers were Sorted based on User's Feedback



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

Answer / kuldeep kumar

To retrieve data from a web service first make method in
web service that query to the database and retrieve data
and return Dataset or the data type which you want to
retrieve (But web service can only return integer, string,
arrays, enum, xmlNode, Dataset etc). Make a proxy class for
your web service using VS or wsdl.exe. Now just make a
client class, make an object instance of web service in
your client class, and call the web method using this
object. I think now you can design code according to your
need.

Is This Answer Correct ?    5 Yes 3 No

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

Answer / 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

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

Answer / dfsdrt

dfnjdfjdfj

Is This Answer Correct ?    1 Yes 11 No

Post New Answer

More ASP.NET Interview Questions

What are the server controls in asp.net?

0 Answers  


What is the difference between application state and caching?

0 Answers  


Explain how can we inherit a static variable?

0 Answers  


Explain the boxing and unboxing concept in .net?

0 Answers  


Explain automatic memory management in .net.

0 Answers  


What is the main function of razor in asp.net? : asp.net mvc

1 Answers  


You ve defined one page_load event in aspx page and same page_load event in code behind how will prog run?

6 Answers   TCS,


To bind columns manually which tags do you need to add within the asp:datagrid ?

0 Answers   Siebel,


What are the Difference between asp.net and asp ?

0 Answers  


How to disable validator control by client side JavaScript?

0 Answers  


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

1 Answers  


What are session cookies?

0 Answers  


Categories