Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUpdate Panel Pin
gautamamit81-Oct-08 0:57
gautamamit81-Oct-08 0:57 
AnswerRe: Update Panel Pin
Brij1-Oct-08 1:22
mentorBrij1-Oct-08 1:22 
GeneralRe: Update Panel Pin
gautamamit81-Oct-08 1:37
gautamamit81-Oct-08 1:37 
GeneralRe: Update Panel Pin
Brij1-Oct-08 1:49
mentorBrij1-Oct-08 1:49 
AnswerRe: Update Panel Pin
Ashfield1-Oct-08 1:33
Ashfield1-Oct-08 1:33 
AnswerRe: Update Panel Pin
Abhijit Jana1-Oct-08 1:36
professionalAbhijit Jana1-Oct-08 1:36 
GeneralRe: Update Panel Pin
gautamamit81-Oct-08 20:43
gautamamit81-Oct-08 20:43 
QuestionPage Expire in Asp.net1.1 Pin
code Stuff1-Oct-08 0:44
code Stuff1-Oct-08 0:44 
Hi,

The Page has to expire when the user clicks the browser back button.

I tried with the following code in Page load event


Response.Buffer = True
Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0))
Response.Expires = 0
Response.CacheControl = "no-cache"

But did not work

I even Tried with the
Response.Cache.SetCacheability(HttpCacheability.NoCache)

But page is not expired.

Any suggestion is appreciated.
AnswerRe: Page Expire in Asp.net1.1 Pin
John_Adams1-Oct-08 11:11
John_Adams1-Oct-08 11:11 
Questionsubtotal in excel using vb Pin
jhyn1-Oct-08 0:27
jhyn1-Oct-08 0:27 
AnswerWrong forum! Pin
ChandraRam1-Oct-08 1:54
ChandraRam1-Oct-08 1:54 
QuestionProblem with Tab Container Pin
Member 30578871-Oct-08 0:24
Member 30578871-Oct-08 0:24 
AnswerRe: Problem with Tab Container Pin
jromeo200616-Oct-08 5:37
jromeo200616-Oct-08 5:37 
Question"Invalid attempt to read when no data is present." Pin
reogeo20081-Oct-08 0:03
reogeo20081-Oct-08 0:03 
AnswerRe: "Invalid attempt to read when no data is present." Pin
Rutvik Dave1-Oct-08 10:47
professionalRutvik Dave1-Oct-08 10:47 
Question.net & word query Pin
Darshan R Desai30-Sep-08 23:56
Darshan R Desai30-Sep-08 23:56 
QuestionHow to develop web application that is compatible with both Internet Explorer and Mozilla browsers Pin
vankayalapati30-Sep-08 23:37
vankayalapati30-Sep-08 23:37 
AnswerRe: How to develop web application that is compatible with both Internet Explorer and Mozilla browsers Pin
eyeseetee1-Oct-08 0:30
eyeseetee1-Oct-08 0:30 
AnswerRe: How to develop web application that is compatible with both Internet Explorer and Mozilla browsers Pin
Ashfield1-Oct-08 0:32
Ashfield1-Oct-08 0:32 
QuestionRead Attachment from Email in Inbox Pin
Usharva30-Sep-08 23:33
Usharva30-Sep-08 23:33 
QuestionHow we upload Image file on server using ASP Pin
Amit Battan Ror30-Sep-08 21:21
Amit Battan Ror30-Sep-08 21:21 
AnswerRe: How we upload Image file on server using ASP Pin
Ashfield30-Sep-08 21:23
Ashfield30-Sep-08 21:23 
GeneralRe: How we upload Image file on server using ASP Pin
Amit Battan Ror30-Sep-08 22:37
Amit Battan Ror30-Sep-08 22:37 
GeneralRe: How we upload Image file on server using ASP Pin
J4amieC30-Sep-08 23:00
J4amieC30-Sep-08 23:00 
JokeRe: How we upload Image file on server using ASP Pin
Ashfield1-Oct-08 0:35
Ashfield1-Oct-08 0:35 

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.