Hi,
How can I tell IE not to cache something ...
Every time I access a page I create PDF file, and the I open it ...
*************** ****
private void Page_Load(objec t sender, System.EventArg s e) {
CreatePDF();
lblInfo.Text = "<script>window .location='some thing.pdf'</script>";
}
*************** ****
Evey time I open this PDF, I have to refresh IE in order to view the latest
version of PDF ...
Any sugestions ?
thanx, Neven
How can I tell IE not to cache something ...
Every time I access a page I create PDF file, and the I open it ...
*************** ****
private void Page_Load(objec t sender, System.EventArg s e) {
CreatePDF();
lblInfo.Text = "<script>window .location='some thing.pdf'</script>";
}
*************** ****
Evey time I open this PDF, I have to refresh IE in order to view the latest
version of PDF ...
Any sugestions ?
thanx, Neven
Comment