TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
selva kumar
NA
557
189k
How to set Document Expiration?
Feb 10 2014 1:17 AM
Hi friend's I want to set page expiration by clicking back button after log out..
Can anyone give me some reference i have used below code on page load but it does not work out...
Response.Cache.SetExpires(DateTime.UtcNow.AddMinutes(-1));
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetNoStore();
Reply
Answers (
1
)
C# Post on Facebook Page Error: (OAuthException - #200)
Insert Gridview data using using datatable