Click here to Skip to main content
15,885,278 members
Home / Discussions / C#
   

C#

 
AnswerRe: open IE from win applicatin Pin
Robert Rohde20-Apr-06 2:58
Robert Rohde20-Apr-06 2:58 
AnswerRe: open IE from win applicatin Pin
Eric Dahlvang20-Apr-06 4:15
Eric Dahlvang20-Apr-06 4:15 
Questionhelp me in creating a table in javascript Pin
umaheshchandra20-Apr-06 0:10
umaheshchandra20-Apr-06 0:10 
AnswerRe: help me in creating a table in javascript Pin
Nick Parker20-Apr-06 3:26
protectorNick Parker20-Apr-06 3:26 
QuestionImporting specific Excel columns Pin
Fendefa20-Apr-06 0:01
Fendefa20-Apr-06 0:01 
AnswerRe: Importing specific Excel columns Pin
Ricardo Casquete20-Apr-06 0:52
Ricardo Casquete20-Apr-06 0:52 
QuestionHard question may be.))) Pin
papa198019-Apr-06 23:59
papa198019-Apr-06 23:59 
QuestionPage Caching Pin
Brendan Vogt19-Apr-06 23:59
Brendan Vogt19-Apr-06 23:59 
Hi there,

I'm have a little problem with my page caching. On my admin side, I have a list of members. Lets say I want to update member Dean Martin, then I would click on his name and it takes me to an update page, I will change his last name to something like Martinn. The message displays that the member has been updated successfully. Then I have a link that goes back to the members listing, then it still displays as Dean Martin. I have to press CTRL + F5, then it will only update to Dean Martinn. I don't want to do this.

Each of my pages extend from a base page, and in the load up of this page is does the following:

this.Response.Buffer = true;<br />
this.Response.Expires = 5;<br />
this.Response.ExpiresAbsolute = DateTime.Now.AddMinutes(5);<br />
this.Response.ContentType = "text/html";<br />
this.Response.CacheControl = "private";<br />
this.Response.AddHeader("Pragma", "no-cache");<br />
this.Response.AddHeader("Cache-Control", "Private");<br />

Could this maybe be the problem? Am I doing it right or wrong? Can someone please help me with this problem that I am having??

Regards,
ma se
Questiondelete operation in datagrid Pin
rajaaa19-Apr-06 23:21
rajaaa19-Apr-06 23:21 
AnswerRe: delete operation in datagrid Pin
Mamphekgo20-Apr-06 3:19
Mamphekgo20-Apr-06 3:19 
QuestionUsing an Object as a Parameter Pin
__makaveli__19-Apr-06 22:56
__makaveli__19-Apr-06 22:56 
AnswerRe: Using an Object as a Parameter Pin
Le centriste20-Apr-06 7:08
Le centriste20-Apr-06 7:08 
GeneralRe: Using an Object as a Parameter Pin
__makaveli__20-Apr-06 21:50
__makaveli__20-Apr-06 21:50 
Questionhow to implements the WEBTV Pin
ranandbe19-Apr-06 21:29
ranandbe19-Apr-06 21:29 
AnswerRe: how to implements the WEBTV Pin
LongRange.Shooter20-Apr-06 3:43
LongRange.Shooter20-Apr-06 3:43 
AnswerRe: Want to Record Messenger Conversation Pin
LongRange.Shooter20-Apr-06 3:44
LongRange.Shooter20-Apr-06 3:44 
QuestionHow to get process ID by instance ID? Pin
Old Gun19-Apr-06 21:00
Old Gun19-Apr-06 21:00 
QuestionSocket Pin
Shajeel19-Apr-06 20:20
Shajeel19-Apr-06 20:20 
AnswerRe: Socket Pin
Joshua Nussbaum20-Apr-06 14:13
Joshua Nussbaum20-Apr-06 14:13 
Questiona small doubt about dataconversion Pin
jith - iii19-Apr-06 19:46
jith - iii19-Apr-06 19:46 
AnswerRe: a small doubt about dataconversion Pin
Robert Rohde19-Apr-06 22:22
Robert Rohde19-Apr-06 22:22 
QuestionReset record number of a crystal report at the page break Pin
q2sampath19-Apr-06 18:28
q2sampath19-Apr-06 18:28 
AnswerRe: Reset record number of a crystal report at the page break Pin
Sk8tzz19-Apr-06 19:03
Sk8tzz19-Apr-06 19:03 
QuestionRe: Reset record number of a crystal report at the page break Pin
q2sampath20-Apr-06 1:15
q2sampath20-Apr-06 1:15 
Questionstupid question Pin
Tyrus18219-Apr-06 16:04
Tyrus18219-Apr-06 16:04 

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.