What is Fragment Caching in ASP.NET?
Answer Posted / mohd. faizaan
Caching allows us to hold something that can b used later.
when a specific portion of the page needs to b changed and
u postback it,the portion of page is cached from the object
that you hold in memory rather than server.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Explain the asp.net page life cycle.
To get the values in two different controls to match which control you use it?
Write a code for passing ArrayList in Web API?
To load your generated dataset with data which method do you invoke?
what are configuration files?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is enableviewstate in asp net?
What is difference Between Authentication and authorization?
What are the asp.net security controls?
What is clickid?
What is an example of an application service provider?
What is the difference between union and join?
Explain the difference between sql invalidation and sql notification.
How is application management and maintenance improved in asp.net 2.0?
What is the use of placeholder control?