This situation would frequently arise when you have a web page displaying some real time data like Banking information, log-in details, etc.
So I finally found a simple solution to add a single attribute in the asp.net web page to help it from NOT caching.
<meta equiv="pragma" content="no-cache">



















