can we call webservice in Html form?



can we call webservice in Html form?..

Answer / seshu

yes we can call a webservice from html form.
Your web page directory should include the 'webservice.htc'
file. This file adds a behavior to html files for calling
web services.

Is This Answer Correct ?    16 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between application state and caching?

0 Answers  


What is the procedure to create the environment for asp.net? : asp.net mvc

0 Answers  


Is LINQ performance wise better or using sqlcommand?

1 Answers  


What is the difference between HTTP-Post and HTTP-Get ?

1 Answers  


What is the difference between managed and unmanaged code? *******

2 Answers   Patni,






Where do you store the information about the user?s locale?

2 Answers  


Explain the difference between asp.net mvc and asp.net webforms

0 Answers  


What is Generic? explain clearly?

3 Answers   iGate,


What are validator? Name the validation controls in asp.net?

0 Answers  


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.

1 Answers   Syntax Softtech,


What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other?

26 Answers   Syntax Softtech,


Categories