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 |
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is a user session?
What is the use of mcommand ? mcommand.fill(ds,"orderdetails");
Define secured sockets layer.
How to remove cache object in asp.net?
What is difference between mvc and asp.net? : Asp.Net MVC
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
In the Repeater control which way you can edit?
What do you mean by authentication and authorization
hi all, can we sort the data set without using the gridview sort method
Turn Off ASP Session State on an IIS 5.1 Web Site
What is route in web api?