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
Tridip Bhattacharjee
NA
1.2k
77.6k
How to use Etag when showing data through aspx file
Feb 26 2018 2:25 AM
Suppose i have a aspx page called customer.aspx. it shows single customer information. a single customer data may change several times in database.
suppose a user request a customer data first time by browser clicking on url like http://mysite.com/customer.aspx?id=1
after few days the same customer data has been changed a bit. again the same user request http://mysite.com/customer.aspx?id=1
so how user browser will do....browser load the data from cache or fetch data from server.
my objective is how can i return etag from aspx file and based on etag value browser will load data from client cache or from web server.
please share relevant guide line. thanks
Reply
Answers (
2
)
How to call generic handler with 2 parameters in webforms
Detect request aspx page loaded from cache or server