Click here to Skip to main content
15,892,643 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: communication between two websites in asp.net Pin
noo.dyab16-Oct-09 4:43
noo.dyab16-Oct-09 4:43 
QuestionDisabling Back Button Pin
Yonathan111115-Oct-09 3:55
professionalYonathan111115-Oct-09 3:55 
AnswerRe: Disabling Back Button Pin
N a v a n e e t h15-Oct-09 4:32
N a v a n e e t h15-Oct-09 4:32 
GeneralRe: Disabling Back Button Pin
Yonathan111115-Oct-09 19:49
professionalYonathan111115-Oct-09 19:49 
GeneralRe: Disabling Back Button Pin
N a v a n e e t h15-Oct-09 22:33
N a v a n e e t h15-Oct-09 22:33 
AnswerRe: Disabling Back Button Pin
dan!sh 15-Oct-09 7:42
professional dan!sh 15-Oct-09 7:42 
GeneralRe: Disabling Back Button Pin
Yonathan111115-Oct-09 19:51
professionalYonathan111115-Oct-09 19:51 
AnswerRe: Disabling Back Button Pin
Rutvik Dave15-Oct-09 10:05
professionalRutvik Dave15-Oct-09 10:05 
Disabled Back Button is not a good idea.

And even if you check the Session object, still browser will load cached page as its not a postback.

you can use following property to expire the content on the client side. but still it will not be real-time.

Response.Expires
Response.ExpiresAbsolute


on the Logout page try setting Response.ExpiresAbsolute to the (DateTime.Now.AddSecond(5)) and see if that works.
AnswerRe: Disabling Back Button Pin
yesu prakash15-Oct-09 18:14
yesu prakash15-Oct-09 18:14 
AnswerRe: Disabling Back Button Pin
Christian Graus15-Oct-09 19:13
protectorChristian Graus15-Oct-09 19:13 
QuestionHOW DO I DISABLE A RECORD IN A GRIDVIEW IN STEAD OF DELETING IT FROM A DATAGRID VIEW Pin
NhlanhlaK15-Oct-09 3:01
NhlanhlaK15-Oct-09 3:01 
AnswerRe: HOW DO I DISABLE A RECORD IN A GRIDVIEW IN STEAD OF DELETING IT FROM A DATAGRID VIEW Pin
JustWorking15-Oct-09 3:09
JustWorking15-Oct-09 3:09 
AnswerRe: HOW DO I DISABLE A RECORD IN A GRIDVIEW IN STEAD OF DELETING IT FROM A DATAGRID VIEW Pin
yesu prakash15-Oct-09 18:17
yesu prakash15-Oct-09 18:17 
AnswerRe: HOW DO I DISABLE A RECORD IN A GRIDVIEW IN STEAD OF DELETING IT FROM A DATAGRID VIEW Pin
NhlanhlaK16-Oct-09 1:34
NhlanhlaK16-Oct-09 1:34 
QuestionN-tier architecture and N-layerd architecture Pin
YSridhar15-Oct-09 2:43
YSridhar15-Oct-09 2:43 
AnswerRe: N-tier architecture and N-layerd architecture Pin
Abhijit Jana15-Oct-09 8:22
professionalAbhijit Jana15-Oct-09 8:22 
AnswerRe: N-tier architecture and N-layerd architecture Pin
Christian Graus15-Oct-09 19:14
protectorChristian Graus15-Oct-09 19:14 
QuestionError in assembly in web.config Pin
samerh15-Oct-09 2:11
samerh15-Oct-09 2:11 
QuestionTemplateField in Grid view Pin
JustWorking15-Oct-09 1:25
JustWorking15-Oct-09 1:25 
AnswerRe: TemplateField in Grid view Pin
Abhijit Jana15-Oct-09 8:36
professionalAbhijit Jana15-Oct-09 8:36 
GeneralRe: TemplateField in Grid view Pin
JustWorking15-Oct-09 21:40
JustWorking15-Oct-09 21:40 
QuestionError: Exactly one <sitemapnode> element is required directly inside the <sitemap> element.</sitemap></sitemapnode> Pin
Purish Dwivedi14-Oct-09 23:24
Purish Dwivedi14-Oct-09 23:24 
AnswerRe: Error: Exactly one element is required directly inside the element. Pin
Manas Bhardwaj14-Oct-09 23:27
professionalManas Bhardwaj14-Oct-09 23:27 
AnswerRe: Error: Exactly one element is required directly inside the element. Pin
Purish Dwivedi14-Oct-09 23:39
Purish Dwivedi14-Oct-09 23:39 
QuestionRe: Error: Exactly one element is required directly inside the element. Pin
Purish Dwivedi14-Oct-09 23:52
Purish Dwivedi14-Oct-09 23:52 

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.