what is the requirement that .Net web services can access the
java application?
Answer Posted / subbareddy
i don't know exactly.i write my opion to here.first write
fuctions in webservices using any languages.after
complition of that just cal to web reference.
actualy in webservices are readyment functionality.just cal
that function with web reference.
webservices is the cross plotform.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
List the major built-in objects in asp.net?
Is global asax mandatory?
If you are using components in your application, how can you handle exceptions raised in a component?
Explain the asp.net mvc request life cycle? : asp.net mvc
What is Web API?
What is AutoPostback?
Why session is more secure than cookies?
What is asp.net used for?
What is HTTPModule and HTTPcontext? What is the use of each?
How to disable validator control by client side JavaScript?
What is advantage of 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
How you can return View from ASP.NET Web API method?
Explain how do you validate the controls in an asp .net page?
Explain the asp.net page life cycle.