Answer Posted / alb.shah
Specifies the location of the service which
will be like http://Myserver/MyService.Clients will use
this location to communicate with our service.
2)Contract --- Specifies the interface between client and
the server.It's a simple interface with some attribute.
3)Binding --- Specifies how the two paries will communicate
in term of transport and encoding and protocols.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between typeof() vs gettype()?
Do I need to have the latest version of windows media player installed?
What are the difference between function and stored procedure in .net programming language?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What does passport and windows authentication mean in ASP.NET?
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
What are the different types of cookies in asp.net?
List of words of preprocessor in .net?
What are the events in a page life cycle?
What is session in http request?
What's the use of formatters in .net?
What is active web pages?
Elaborate differentiation between Cache and Application?
Are xaml file compiled or built on runtime?
What are the steps to follow to host a web application on a web server?