what is diff between responseexpires and expiresabsolute
Answer Posted / 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 |
Post New Answer View All Answers
What is http session state?
How should I destroy my objects in asp.net?
Describe session handling in a webfarm?
what is loosely coupled solution? How it can be used?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
How do u deploy ur project?
Can I combine classic asp and asp.net pages?
What is difference between inproc and outproc?
Distinguish between Server-side and Client-side code?
Where the viewstate is stored after the page postback?
What is a session in asp.net?
How will you do Redo and Undo in a TextControl?
Where are session variables stored?
What are session state modes in asp.net?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications