19. Can we call server-side code from JavaScript? Yes, page methods and Web services are the two techniques to call the server-side code from JavaScript.
May 2016
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Ajax Interview Questions and Answers for Freshers and Experience Part-3
by Sby S13. Explain the limitations of AJAX. The following are the limitations of AJAX: It is difficult to bookmark a particular state of the application. Function provided in the code-behind file …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Ajax Interview Questions and Answers for Freshers and Experience Part-2
by Sby S7. What are the new features included in the Microsoft AJAX library? The Microsoft AJAX library is a client-based JavaScript library that is compatible with all modern browsers and offers …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Ajax Interview Questions and Answers for Freshers and Experience Part-1
by Sby S1. What is ASP.NET AJAX? ASP.NET AJAX, mostly called AJAX, is a set of extensions of ASP.NET. It is developed by Microsoft to implement AJAX functionalities in Web applications. ASP.NET …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
Web Services Interview Questions and Answers for Freshers and Experience Part-5
by Sby S25. What do you understand by SOAP encoding? The Serialization of the types, such as integers and strings, inside a SOAP message is called encoding. The SOAP objects use XML …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
Web Services Interview Questions and Answers for Freshers and Experience Part-4
by Sby S19. What does the portType element of a WSDL document contain? The portType element contains the operations exposed by the Web service, and the messages involved in the communication between …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
Web Services Interview Questions and Answers for Freshers and Experience Part-3
by Sby S13. How can you ensure that only authorized users access your Web service? You should use the <authorization> element to ensure that only authorized users access your Web service. This …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
Web Services Interview Questions and Answers for Freshers and Experience Part-2
by Sby S7. Describe the services that UDDI provides to Web applications. UDDI provides the following types of services to a Web application: XML Schema for business descriptions – Includes information about …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
Web Services Interview Questions and Answers for Freshers and Experience Part-1
by Sby S1. What are Windows services? Windows services, previously known as NT services, are applications that are installed on the system as system services. In other words, Windows services are applications …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
XML Interview Questions and Answers for Freshers and Experience Part-5
by Sby S25. Describe the rules and regulations that must be followed while creating a well-formed XML document. The following are the rules and regulations that are necessary to follow while creating …