can we call webservice in Html form?
Answer Posted / 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 View All Answers
What is sql data source control in asp.net?
What do you mean by authorization?
What is query string with example?
How can I configure asp.net applications that are running on a remote machine?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What are the versions of garbage collection?
In which event of the page life cycle, is the viewstate available?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Define reflection in .net?
What are sessions used for?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the application pool?
How long the items in ViewState exists?
Which object encapsulates state or data of a user?
How to fetch a data from one table to another table in asp.net ?