Answer Posted / uma
Actually caching is improves the performance of the page.
Caching techniques are:-
1.page output caching
2.page fragment caching
3.data cahing
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is mvc in asp.net tutorial? : Asp.Net MVC
What is aspect-oriented programming?
Difference between using directive vs using statement?
What are the session management techniques asp net?
How can you identify that the page is post back?
What is session start?
What is asp.net caching?
A web service can only be written in .net? State whether true or false.
What are the Difference between asp.net and asp ?
What is ipostback?
What is difference between cache and session?
What is variable and constant in .net programming language?
List the asp.net validation controls?
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 http request and response?