How will you implement Page Fragment Caching?
The Page fragment caching includes the caching of a fragment of the page, rather than the whole page. When the parts of the page are require to be dynamically created for each user request this is the best method as compared to the page caching. You can wrap Web Forms user control and cache the control so that these portions of the page don't need to be recreated every time.