What is Fragment Caching in ASP.NET?
Answer Posted / veerendrasingh34
Fragment caching allows to cache specific portions of the
page rather than the whole page. It is done by implementing
the page in different parts.........
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is postback and autopostback in asp.net?
What are the steps to follow to host a web application on a web server?
What are the advantages of using session?
Can we store object in viewstate?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is validation in asp.net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
How does asp.net work?
What is an assembly? Explain its parts.
Why do we need asp.net?
What are the events that happen when a client requests an asp.net page from iis server?
In how many ways we can retrieve table records count?
What is the use of web.config file?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
How many ways are there to maintain a state in .net? What is view state?