avoid caching of page in browser
- by Shan
I am using an iframe to show the child pages.In that one one particular page contains hidden div and i am showing it as a pop-up like thing with javascript by changing the visibility of the hidden div.
Problem is before showing the hidden div , some manipulations are done at server level and I am calling the div from C# code after the…