Computer Programming MCQs ASP.net
Q Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache” ?
  • A A. Avoid page to be cached
  • B B. Clears the buffer area
  • C C. The session expires
  • D D. None of the above
Leave a Comment