Click here to Skip to main content
15,907,328 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionrunat=server Pin
tiwal11-Mar-13 0:47
tiwal11-Mar-13 0:47 
AnswerRe: runat=server Pin
Deflinek11-Mar-13 4:24
Deflinek11-Mar-13 4:24 
AnswerRe: runat=server Pin
Sandeep Mewara11-Mar-13 4:26
mveSandeep Mewara11-Mar-13 4:26 
AnswerRe: runat=server Pin
jkirkerx11-Mar-13 9:06
professionaljkirkerx11-Mar-13 9:06 
Questionquery regarding session nature Pin
Tridip Bhattacharjee11-Mar-13 0:28
professionalTridip Bhattacharjee11-Mar-13 0:28 
AnswerRe: query regarding session nature Pin
Keith Barrow11-Mar-13 0:54
professionalKeith Barrow11-Mar-13 0:54 
GeneralRe: query regarding session nature Pin
Tridip Bhattacharjee11-Mar-13 1:07
professionalTridip Bhattacharjee11-Mar-13 1:07 
GeneralRe: query regarding session nature Pin
Keith Barrow11-Mar-13 1:22
professionalKeith Barrow11-Mar-13 1:22 
If the user interacts within 20 mins, the session will not expire immediately. The session will last "forever" as long as they continue to interact less than every 20 minutes.

The session ends when:
1) The user fails to interact within the rolling 20 mins - it expires. (e.g. say the user logs in at 12:00, does something a 12:19, again at 12:38 and doesn't then interacts until 12:59 (21 minutes later).
2) The application closes the session programatically (e.g. logout).
3) Something crashes.

GeneralRe: query regarding session nature Pin
Tridip Bhattacharjee11-Mar-13 4:49
professionalTridip Bhattacharjee11-Mar-13 4:49 
GeneralRe: query regarding session nature Pin
Keith Barrow11-Mar-13 5:02
professionalKeith Barrow11-Mar-13 5:02 
QuestionNeed to crawl a Microsoft WebPage which live authenticated... Pin
Mutturaj Bali10-Mar-13 23:25
Mutturaj Bali10-Mar-13 23:25 
QuestionFind and replace string Pin
karthisomu10-Mar-13 20:41
karthisomu10-Mar-13 20:41 
AnswerRe: Find and replace string Pin
Sandeep Mewara10-Mar-13 20:58
mveSandeep Mewara10-Mar-13 20:58 
GeneralRe: Find and replace string Pin
karthisomu10-Mar-13 21:29
karthisomu10-Mar-13 21:29 
GeneralRe: Find and replace string Pin
Sandeep Mewara10-Mar-13 22:36
mveSandeep Mewara10-Mar-13 22:36 
QuestionPost a comment (message ) on my web page Pin
kryptong10-Mar-13 0:10
kryptong10-Mar-13 0:10 
AnswerRe: Post a comment (message ) on my web page Pin
Richard MacCutchan10-Mar-13 3:01
mveRichard MacCutchan10-Mar-13 3:01 
GeneralConversion Pin
sausri18-Mar-13 22:56
sausri18-Mar-13 22:56 
GeneralRe: Conversion Pin
Sandeep Mewara10-Mar-13 20:53
mveSandeep Mewara10-Mar-13 20:53 
QuestionNovice inquiry: Webpage input screen with monthly or yearly columns for financial statements inputting and viewing Pin
mtbenson0078-Mar-13 15:10
mtbenson0078-Mar-13 15:10 
AnswerRe: Novice inquiry: Webpage input screen with monthly or yearly columns for financial statements inputting and viewing Pin
jkirkerx8-Mar-13 19:37
professionaljkirkerx8-Mar-13 19:37 
GeneralRe: Novice inquiry: Webpage input screen with monthly or yearly columns for financial statements inputting and viewing Pin
mtbenson0079-Mar-13 17:02
mtbenson0079-Mar-13 17:02 
GeneralRe: Novice inquiry: Webpage input screen with monthly or yearly columns for financial statements inputting and viewing Pin
jkirkerx9-Mar-13 17:33
professionaljkirkerx9-Mar-13 17:33 
QuestionRegarding ASP.NET and C#? Pin
leosang7-Mar-13 22:44
leosang7-Mar-13 22:44 
AnswerRe: Regarding ASP.NET and C#? Pin
R. Giskard Reventlov8-Mar-13 4:58
R. Giskard Reventlov8-Mar-13 4:58 

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.