Click here to Skip to main content
15,908,020 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: UserControl Event won't fier [modified] Pin
mohammadSoft19-Jul-07 0:31
mohammadSoft19-Jul-07 0:31 
QuestionREG: Dataset in vbscript Pin
manowj18-Jul-07 21:40
manowj18-Jul-07 21:40 
QuestionWhat use of Performance Tab in DefaultAppPoolProperties in IIS6.0 Pin
attalurisubbu18-Jul-07 21:15
attalurisubbu18-Jul-07 21:15 
Questionupdate dataset Pin
$h@ma!|@18-Jul-07 20:49
$h@ma!|@18-Jul-07 20:49 
AnswerRe: update dataset Pin
N a v a n e e t h18-Jul-07 21:07
N a v a n e e t h18-Jul-07 21:07 
GeneralRe: update dataset Pin
$h@ma!|@18-Jul-07 22:59
$h@ma!|@18-Jul-07 22:59 
QuestionTracking client machine Pin
Deepak Gedia18-Jul-07 20:43
Deepak Gedia18-Jul-07 20:43 
AnswerRe: Tracking client machine Pin
N a v a n e e t h18-Jul-07 20:57
N a v a n e e t h18-Jul-07 20:57 
Deepak Gedia wrote:
and also can we treck that user where user had closed that web application or system crash.


You need to use combination of session and application variables in Global.asax or in any HTTPModule. When user closes browser, no event will be fired on server. You can track session out from session_end event. This event will be fired when Session.Abandon() is called or when Session times out.

So keep an Application variable that holds Active users. When new sessions are created, Session_Start event will be fired. Inside this event you need to increase the application variable count. Application variable count should be decremented when session_end fires. To get active users print Application variable.


GeneralRe: Tracking client machine Pin
Deepak Gedia19-Jul-07 1:47
Deepak Gedia19-Jul-07 1:47 
GeneralRe: Tracking client machine Pin
N a v a n e e t h19-Jul-07 18:12
N a v a n e e t h19-Jul-07 18:12 
QuestionStore a data table specific to user Pin
anujose18-Jul-07 20:40
anujose18-Jul-07 20:40 
AnswerRe: Store a data table specific to user Pin
N a v a n e e t h18-Jul-07 20:48
N a v a n e e t h18-Jul-07 20:48 
GeneralRe: Store a data table specific to user Pin
anujose18-Jul-07 20:53
anujose18-Jul-07 20:53 
GeneralRe: Store a data table specific to user Pin
N a v a n e e t h18-Jul-07 20:59
N a v a n e e t h18-Jul-07 20:59 
Questionphoto gallery Pin
Milind Panchal18-Jul-07 20:40
Milind Panchal18-Jul-07 20:40 
AnswerRe: photo gallery Pin
Vasudevan Deepak Kumar18-Jul-07 23:01
Vasudevan Deepak Kumar18-Jul-07 23:01 
QuestionRecommend Color Picker Pin
totocaster18-Jul-07 20:40
totocaster18-Jul-07 20:40 
AnswerRe: Recommend Color Picker Pin
N a v a n e e t h18-Jul-07 20:47
N a v a n e e t h18-Jul-07 20:47 
QuestionRe: Recommend Color Picker Pin
totocaster18-Jul-07 21:35
totocaster18-Jul-07 21:35 
AnswerRe: Recommend Color Picker Pin
N a v a n e e t h18-Jul-07 22:39
N a v a n e e t h18-Jul-07 22:39 
AnswerRe: Recommend Color Picker Pin
Vasudevan Deepak Kumar18-Jul-07 23:00
Vasudevan Deepak Kumar18-Jul-07 23:00 
AnswerRe: Recommend Color Picker Pin
totocaster18-Jul-07 23:32
totocaster18-Jul-07 23:32 
Questionrepots in asp.net Pin
Sonia Gupta18-Jul-07 20:29
Sonia Gupta18-Jul-07 20:29 
AnswerRe: repots in asp.net Pin
Vasudevan Deepak Kumar18-Jul-07 23:03
Vasudevan Deepak Kumar18-Jul-07 23:03 
GeneralRe: repots in asp.net Pin
Sonia Gupta18-Jul-07 23:06
Sonia Gupta18-Jul-07 23:06 

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.