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
How to add DateTime Control in normal DataGrid Server Control?
If you are using components in your application, how can you handle exceptions raised in a component?
What does passport and windows authentication mean in ASP.NET?
What is web router?
Can asp.net work on an nt server?
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?
What are the namespaces used in asp.net mvc? : asp.net mvc
How can we create custom controls in asp net?
How do you implement sql caching in asp.net?
Define data caching?
What is application and session in asp.net?
What is the best Macanism to clear the Cache in asp.net
What is the difference between cookie and session?
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
How about the security in Activex DLL and Activex EXE ?