when to use webservice and when to use remotong diff
between them

Answer Posted / kotu

Both Webservices and Remoting are used to developing
distrubuting Application. Among these,

WebServices are provide Functionality other Platforms
like Unix,Linex. Means Webservices are return data in from
of XML Formate. This is the Universal formate. All
Languages supports XML. So Webservices is better, When
these are Communicating othere Technologies.

Remoting are provide Functionality for Sampe
Application.Means .NET Application. These are not Suppoting
Other Platforms.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add DateTime Control in normal DataGrid Server Control?

841


If you are using components in your application, how can you handle exceptions raised in a component?

2307


What does passport and windows authentication mean in ASP.NET?

884


What is web router?

682


Can asp.net work on an nt server?

750


Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

738


What are the namespaces used in asp.net mvc? : asp.net mvc

730


How can we create custom controls in asp net?

752


How do you implement sql caching in asp.net?

773


Define data caching?

697


What is application and session in asp.net?

707


What is the best Macanism to clear the Cache in asp.net

950


What is the difference between cookie and session?

717


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1605


How about the security in Activex DLL and Activex EXE ?

2021