Answer Posted / dushyant sharam
caching is server side management technique which is used
to store the information on server side it is categories
into four parts
1..Output Caching
2..Fragment Caching
3..Data Caching
4..Cache Configuration
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is a session in asp.net?
Define view state.
Is it possible to change the index of primary key on table?
Can I tap into other windows livetm services?
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 = "
Which browsers support the xmlhttprequest object?
To get the values in two different controls to match which control you use it?
Explain cookies with example.
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Is session server side or client side?
How does windows service lifecycle differ from a .standard. Exe?
What is a viewstate?
How to prepare culture-specific formatting in .net.
Which is better union or union all?