Where does caching of a UserControl occur?

 Posted by Ddd on 3/22/2011 | Category: ASP.NET Interview questions | Views: 7842 | Points: 40
Select from following answers:
  1. Web Browser
  2. Web Server
  3. Proxy server
  4. All of these.
  5. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Posted by: Muralik.it on: 6/7/2011 | Points: 10
i think its done at webbrowser.
because A cookie is a small amount of data stored either in a text file on the client's file system or in-memory in the client browser session.

when the portion of the webpage is applied with caching then it is called fragment caching,this can be implemented only with webuser control.

plz refer others posts also.

Login to post response