Click here to Skip to main content
16,007,843 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralWrong forum Pin
pmarfleet7-Feb-08 2:15
pmarfleet7-Feb-08 2:15 
GeneralRe: validate VBSCRIPT file Pin
Paddy Boyd7-Feb-08 3:05
Paddy Boyd7-Feb-08 3:05 
QuestionRe: validate VBSCRIPT file Pin
2006 Flauzer7-Feb-08 4:20
professional2006 Flauzer7-Feb-08 4:20 
GeneralAjax Modal popu error Pin
Chetan Patel7-Feb-08 2:06
Chetan Patel7-Feb-08 2:06 
GeneralRe: Ajax Modal popu error Pin
Imran Khan Pathan7-Feb-08 2:14
Imran Khan Pathan7-Feb-08 2:14 
GeneralRe: Ajax Modal popu error Pin
Chetan Patel7-Feb-08 2:31
Chetan Patel7-Feb-08 2:31 
Generalcaching problem Pin
Imran Khan Pathan7-Feb-08 1:59
Imran Khan Pathan7-Feb-08 1:59 
GeneralRe: caching problem Pin
Sandeep Akhare7-Feb-08 2:30
Sandeep Akhare7-Feb-08 2:30 
Just add this line of code in the head of your html page
<br />
<head><br />
<meta http-equiv="Expires" CONTENT="0"><br />
<meta http-equiv="Cache-Control" CONTENT="no-cache"><br />
<meta http-equiv="Pragma" CONTENT="no-cache"><br />
</head><br />

Again you can do it from server side by
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetExpires(DateTime.Now); //or a date much earlier than current time
Add at the every page


Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




Generallistbox loading from database Pin
Vinay Dornala7-Feb-08 1:56
Vinay Dornala7-Feb-08 1:56 
GeneralRe: listbox loading from database Pin
Imran Khan Pathan7-Feb-08 2:01
Imran Khan Pathan7-Feb-08 2:01 
GeneralRe: listbox loading from database [modified] Pin
Sandeep Akhare7-Feb-08 2:33
Sandeep Akhare7-Feb-08 2:33 
GeneralRe: listbox loading from database Pin
Vinay Dornala7-Feb-08 2:51
Vinay Dornala7-Feb-08 2:51 
GeneralRe: listbox loading from database Pin
Sandeep Akhare7-Feb-08 3:20
Sandeep Akhare7-Feb-08 3:20 
GeneralRe: listbox loading from database Pin
Vinay Dornala7-Feb-08 17:48
Vinay Dornala7-Feb-08 17:48 
GeneralRe: listbox loading from database Pin
Sandeep Akhare7-Feb-08 18:37
Sandeep Akhare7-Feb-08 18:37 
GeneralUnregister Client script Pin
dews turner7-Feb-08 1:55
dews turner7-Feb-08 1:55 
GeneralRe: Unregister Client script Pin
pmarfleet7-Feb-08 2:19
pmarfleet7-Feb-08 2:19 
Generalproblem in window application Pin
Prashant B. Lavate7-Feb-08 1:00
Prashant B. Lavate7-Feb-08 1:00 
GeneralWrong forum Pin
pmarfleet7-Feb-08 2:20
pmarfleet7-Feb-08 2:20 
Questionhow to embed image in a xml file?? Pin
Tridip Bhattacharjee7-Feb-08 0:54
professionalTridip Bhattacharjee7-Feb-08 0:54 
AnswerRe: how to embed image in a xml file?? Pin
Sandeep Akhare7-Feb-08 1:11
Sandeep Akhare7-Feb-08 1:11 
AnswerRe: how to embed image in a xml file?? Pin
Joachim Kerschbaumer7-Feb-08 5:38
Joachim Kerschbaumer7-Feb-08 5:38 
GeneralRe: how to embed image in a xml file?? Pin
Tridip Bhattacharjee19-Feb-08 18:03
professionalTridip Bhattacharjee19-Feb-08 18:03 
Questionhow to encode and decode image data using base64 logic?? Pin
Tridip Bhattacharjee7-Feb-08 0:44
professionalTridip Bhattacharjee7-Feb-08 0:44 
AnswerRe: how to encode and decode image data using base64 logic?? Pin
Sandeep Akhare7-Feb-08 1:02
Sandeep Akhare7-Feb-08 1:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.