Click here to Skip to main content
16,006,355 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Display no image binary data Pin
Pete O'Hanlon8-Oct-07 9:59
mvePete O'Hanlon8-Oct-07 9:59 
GeneralRe: Display no image binary data Pin
c#ivan8-Oct-07 11:00
c#ivan8-Oct-07 11:00 
AnswerRe: Display no image binary data Pin
Guffa8-Oct-07 12:28
Guffa8-Oct-07 12:28 
GeneralRe: Display no image binary data Pin
c#ivan8-Oct-07 21:22
c#ivan8-Oct-07 21:22 
QuestionFailed to createa a new WinHttpRequest Pin
DKScherpy8-Oct-07 4:08
DKScherpy8-Oct-07 4:08 
QuestionPbm: sqlexpress Pin
Priya S8-Oct-07 3:49
Priya S8-Oct-07 3:49 
AnswerRe: Pbm: sqlexpress Pin
Dhyanga13-Oct-07 20:32
Dhyanga13-Oct-07 20:32 
QuestionForce page to refresh every time Pin
Sohaib_pak8-Oct-07 3:44
Sohaib_pak8-Oct-07 3:44 
Hi to all,
I want to stop browser caching in asp.net 1.x, mean when user press back or forward button page should go to server first, i am using following code in page load event

Response.Buffer = True
Response.Expires = 0
Response.ExpiresAbsolute = DateTime.Now.AddDays(-1000)
Response.CacheControl = "no-cache"

It works fine when i test this code on my localhost in IE7, but when i upload my code then it just dont do anything. IE7 shows cache pages. Is there any thing wrong in my code. if someone could help me out. Thanks

Ahye
QuestionItem Template Data Item Pin
mpavas8-Oct-07 2:43
mpavas8-Oct-07 2:43 
AnswerRe: Item Template Data Item Pin
pmarfleet8-Oct-07 10:46
pmarfleet8-Oct-07 10:46 
Questionhow can i get selected text portion from textarea using Javascript Pin
koolprasad20038-Oct-07 2:27
professionalkoolprasad20038-Oct-07 2:27 
AnswerRe: how can i get selected text portion from textarea using Javascript Pin
mpavas8-Oct-07 2:47
mpavas8-Oct-07 2:47 
Questione-mail Pin
venky4568-Oct-07 2:00
venky4568-Oct-07 2:00 
QuestionRe: e-mail Pin
Eduard Keilholz8-Oct-07 2:18
Eduard Keilholz8-Oct-07 2:18 
AnswerRe: e-mail Pin
venky4568-Oct-07 4:15
venky4568-Oct-07 4:15 
QuestionRe: e-mail Pin
Vasudevan Deepak Kumar8-Oct-07 2:45
Vasudevan Deepak Kumar8-Oct-07 2:45 
AnswerRe: e-mail Pin
venky4568-Oct-07 4:01
venky4568-Oct-07 4:01 
QuestionRegarding Crystal Report Pin
karthiBalu8-Oct-07 1:13
karthiBalu8-Oct-07 1:13 
QuestionDeploying An Application Pin
bhanu123458-Oct-07 1:10
bhanu123458-Oct-07 1:10 
QuestionDropdown in Gridview Pin
Ballita8-Oct-07 0:51
Ballita8-Oct-07 0:51 
AnswerRe: Dropdown in Gridview Pin
Imran Khan Pathan8-Oct-07 1:29
Imran Khan Pathan8-Oct-07 1:29 
GeneralRe: Dropdown in Gridview Pin
Ballita8-Oct-07 1:36
Ballita8-Oct-07 1:36 
GeneralRe: Dropdown in Gridview Pin
Imran Khan Pathan8-Oct-07 1:49
Imran Khan Pathan8-Oct-07 1:49 
GeneralRe: Dropdown in Gridview Pin
Ballita8-Oct-07 2:01
Ballita8-Oct-07 2:01 
GeneralRe: Dropdown in Gridview Pin
Imran Khan Pathan8-Oct-07 2:12
Imran Khan Pathan8-Oct-07 2:12 

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.