True or False: A Web service can only be written in .NET?
Answer Posted / krishnamrajgoud
False a web service can also be written in java
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the difference between system.stringbuilder and system.string
How would you create a permanent cookie?
Which is faster union or union all?
Why we use content place holder in asp.net?
Are there resources online with tips on asp to asp.net conversions?
Why is global asax is used for?
How do you secure your connection string information?
What kind of data we can store in viewstate?
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 session server side or client side?
In which event are the controls fully loaded?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
How to use push notification?
Disable browser cache for entire ASP.NET website?
What is asp.net and how it works?