What is the other method, other than GET and POST, in ASP.NET?
Answer Posted / guest
get method show the value in brouse but post is not.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the use of the tag in the web.config file?
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 = "
What is difference between singleton and single call?
What is server components?
What does passport and windows authentication mean in ASP.NET?
What is difference between rest and soap?
Which browsers support the xmlhttprequest object?
What is asp.net mvc5? : Asp.Net MVC
How to use multiple scriptmanager controls in a web page?
What is break mode?
What is difference between or and orelse?
What is datagrid asp.net?
What is the difference between application state and session state in asp net?
What is AutoPostback?
Mention the execution process for managed code?