Click here to Skip to main content
15,920,633 members
Home / Discussions / C#
   

C#

 
GeneralRe: WebApp or WinApp? Pin
k6667-Aug-08 6:06
k6667-Aug-08 6:06 
GeneralRe: WebApp or WinApp? Pin
Manas Bhardwaj7-Aug-08 7:43
professionalManas Bhardwaj7-Aug-08 7:43 
GeneralRe: WebApp or WinApp? Pin
k6667-Aug-08 7:49
k6667-Aug-08 7:49 
GeneralRe: WebApp or WinApp? Pin
Manas Bhardwaj7-Aug-08 8:02
professionalManas Bhardwaj7-Aug-08 8:02 
GeneralRe: WebApp or WinApp? Pin
k6667-Aug-08 11:25
k6667-Aug-08 11:25 
QuestionAuto refresh and timeout Pin
CezW6-Aug-08 9:39
CezW6-Aug-08 9:39 
AnswerRe: Auto refresh and timeout Pin
leppie6-Aug-08 10:07
leppie6-Aug-08 10:07 
AnswerRe: Auto refresh and timeout Pin
Guffa6-Aug-08 12:26
Guffa6-Aug-08 12:26 
There is basically two solutions:

1. Get the data without reloading the page (e.g. using AJAX) from a session-less page. This of course means that the data that you get can't rely on any session variables.

2. Send some data along when you refresh the page, so that you can differentiate between the automatic refreshes and user activity. This means that you can't rely on the session timeout for the timeout. You have to handle it all yourself, keeping record of the last (non-automatic) request from the user.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionMessage Removed Pin
6-Aug-08 9:32
tkrn6-Aug-08 9:32 
GeneralRe: SQL Datatype WinForm Textbox Validation? Pin
nelsonpaixao6-Aug-08 14:05
nelsonpaixao6-Aug-08 14:05 
GeneralRe: SQL Datatype WinForm Textbox Validation? Pin
tkrn7-Aug-08 2:09
tkrn7-Aug-08 2:09 
QuestionMulticast Delegates Event Driven Architecture is there a way? Pin
danielgmx6-Aug-08 6:55
danielgmx6-Aug-08 6:55 
QuestionRe: Multicast Delegates Event Driven Architecture is there a way? Pin
led mike6-Aug-08 7:21
led mike6-Aug-08 7:21 
AnswerRe: Multicast Delegates Event Driven Architecture is there a way? Pin
danielgmx6-Aug-08 8:23
danielgmx6-Aug-08 8:23 
QuestionRe: Multicast Delegates Event Driven Architecture is there a way? Pin
led mike6-Aug-08 8:53
led mike6-Aug-08 8:53 
AnswerRe: Multicast Delegates Event Driven Architecture is there a way? Pin
danielgmx6-Aug-08 9:05
danielgmx6-Aug-08 9:05 
GeneralRe: Multicast Delegates Event Driven Architecture is there a way? Pin
led mike7-Aug-08 5:31
led mike7-Aug-08 5:31 
AnswerRe: Multicast Delegates Event Driven Architecture is there a way? Pin
Joe Woodbury6-Aug-08 10:36
professionalJoe Woodbury6-Aug-08 10:36 
GeneralRe: Multicast Delegates Event Driven Architecture is there a way? Pin
danielgmx6-Aug-08 11:50
danielgmx6-Aug-08 11:50 
QuestionC# & webservice on Multiple servers Pin
balu123456-Aug-08 6:26
balu123456-Aug-08 6:26 
AnswerRe: CP Member Ignore - Repost Pin
Abhijit Jana6-Aug-08 17:59
professionalAbhijit Jana6-Aug-08 17:59 
QuestionProblem with Date Validation Pin
Verghese6-Aug-08 6:16
Verghese6-Aug-08 6:16 
AnswerRe: Problem with Date Validation Pin
Guffa6-Aug-08 10:04
Guffa6-Aug-08 10:04 
GeneralRe: Problem with Date Validation Pin
Verghese6-Aug-08 10:54
Verghese6-Aug-08 10:54 
GeneralRe: Problem with Date Validation Pin
Kjetil Svendsen6-Aug-08 23:18
Kjetil Svendsen6-Aug-08 23:18 

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.