what is diff between responseexpires and expiresabsolute
Answers were Sorted based on User's Feedback
Answer / babitha
Response.expires--get/sets the length of time in minutes
before a page cached in browser expires,if the user returns
before that time the cached version is displayed.
Response.expiresabsolute-gets/sets the absolute date tiem
at wihich the cahed version should be removed from the
cache.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / amit surana
response.expires is the lenght of time in minutes before
cached response on the browser expires.
response.expiresabsolute sets the date/time when a response
page stored in browsers cache will expire.
Is This Answer Correct ? | 1 Yes | 1 No |
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
How is the asp.net mvc architecture different from others? : asp.net mvc
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?
What are the different validators in asp.net?
what is silver light when will we use silver light,
is it possible to set more than web.config file for an ASP.net APPLICATION?can it run?how is it possible
Tell me Asp.net Method Overriding.
Which dll handles the request of .aspx page?
What does it mean your session has timed out?
Explain the code Access Security (CAS) in .net Framework?
What is IPostBack? How to use it?
What are session state modes? List some of the important session state modes of asp.net.