Click here to Skip to main content
16,006,065 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionEnter key association with multiple textboxes Pin
InvalidTypecast21-Jun-07 7:00
InvalidTypecast21-Jun-07 7:00 
AnswerRe: Enter key association with multiple textboxes Pin
PrakashBhaskar21-Jun-07 18:57
PrakashBhaskar21-Jun-07 18:57 
QuestionDrop-Down menu and Flash Banner in ASP.NET Pin
.NET- India 21-Jun-07 5:10
.NET- India 21-Jun-07 5:10 
AnswerRe: Drop-Down menu and Flash Banner in ASP.NET Pin
Vasudevan Deepak Kumar21-Jun-07 5:27
Vasudevan Deepak Kumar21-Jun-07 5:27 
QuestionImplement a website for subscribers to subscribe to get a report Pin
madhu0721-Jun-07 3:52
madhu0721-Jun-07 3:52 
AnswerRe: Implement a website for subscribers to subscribe to get a report Pin
N a v a n e e t h21-Jun-07 3:57
N a v a n e e t h21-Jun-07 3:57 
GeneralRe: Implement a website for subscribers to subscribe to get a report Pin
madhu0722-Jun-07 4:25
madhu0722-Jun-07 4:25 
QuestionActive user counting Pin
N a v a n e e t h21-Jun-07 3:50
N a v a n e e t h21-Jun-07 3:50 
Hello

I need to count how many users are active in the website. Do you have any idea on this. I did using application variable. On session_start event in global.asax I am incrementing the application variable count and session_end event I am decreasing the count. But problem is when user closes browser no event will be fired. So I am not able to reduce the application variable count. It will show the old result. Do you know any method to handle this efficiently.

I am changing the application variable like this

Application.Lock();
Application["count"] = Application["count"]  + 1;
Application.UnLock();


I know lock method stops modifying the variable value at same time. But what will happen if two users request at same time ? Will the second request wait's till application variable get unlocked ? Or that request will be skipped ??






Navaneeth
My Website

AnswerRe: Active user counting Pin
Sylvester george21-Jun-07 20:10
Sylvester george21-Jun-07 20:10 
Questioniis with out turn off anonymous Pin
dhatchu21-Jun-07 3:49
dhatchu21-Jun-07 3:49 
AnswerRe: iis with out turn off anonymous Pin
Tarakeshwar Reddy21-Jun-07 10:25
professionalTarakeshwar Reddy21-Jun-07 10:25 
AnswerRe: 'dropdownlist' Pin
Sathesh Sakthivel21-Jun-07 3:39
Sathesh Sakthivel21-Jun-07 3:39 
QuestionAdding an onmousemove/mouseover event to items in a checkboxlist? Pin
AbrahamErnest21-Jun-07 2:21
AbrahamErnest21-Jun-07 2:21 
AnswerRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
ballameharmurali21-Jun-07 2:42
ballameharmurali21-Jun-07 2:42 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
ballameharmurali21-Jun-07 2:44
ballameharmurali21-Jun-07 2:44 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
AbrahamErnest21-Jun-07 2:52
AbrahamErnest21-Jun-07 2:52 
AnswerRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
ballameharmurali21-Jun-07 2:44
ballameharmurali21-Jun-07 2:44 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
Sathesh Sakthivel21-Jun-07 2:54
Sathesh Sakthivel21-Jun-07 2:54 
AnswerRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
PrakashBhaskar21-Jun-07 3:00
PrakashBhaskar21-Jun-07 3:00 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
AbrahamErnest21-Jun-07 3:26
AbrahamErnest21-Jun-07 3:26 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
PrakashBhaskar21-Jun-07 18:12
PrakashBhaskar21-Jun-07 18:12 
GeneralRe: Adding an onmousemove/mouseover event to items in a checkboxlist? Pin
sidbaruah25-Jun-07 23:29
sidbaruah25-Jun-07 23:29 
QuestionHi I need some help regarding Upload File Code Pin
rajeshjainchn21-Jun-07 2:19
rajeshjainchn21-Jun-07 2:19 
AnswerRe: Hi I need some help regarding Upload File Code Pin
PrakashBhaskar21-Jun-07 2:34
PrakashBhaskar21-Jun-07 2:34 
Questionneed urgent max two records..... Pin
Member 387988121-Jun-07 1:36
Member 387988121-Jun-07 1:36 

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.