To call a Web service which transport protocol you can use?
Answer Posted / b.sangita rani patra
we use soap to call a web service
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is Web API?
How we can force all the validation controls to run?
When was asp.net released?
Why web api is better than wcf?
What is state management react?
What is routing in MVC?
What are the different kinds of assemblies?
What language does asp.net use?
What are the Types of chaching. How to implement caching
What is session and application variable in asp net?
How tooltip is set through code-behind in ASP.NET?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
Is asp.net different from asp? If yes, explain how?
What is custom attribute?
What is mvc in angular?