Click here to Skip to main content
16,004,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Validate this URL?? Pin
varshavmane15-Jul-08 20:43
varshavmane15-Jul-08 20:43 
QuestionCall Server Side Methods on Browser close Pin
Abhijit Jana15-Jul-08 20:17
professionalAbhijit Jana15-Jul-08 20:17 
AnswerRe: Call Server Side Methods on Browser close Pin
N a v a n e e t h15-Jul-08 21:28
N a v a n e e t h15-Jul-08 21:28 
QuestionRe: Call Server Side Methods on Browser close Pin
Abhijit Jana15-Jul-08 21:40
professionalAbhijit Jana15-Jul-08 21:40 
GeneralRe: Call Server Side Methods on Browser close Pin
Abhijit Jana15-Jul-08 21:53
professionalAbhijit Jana15-Jul-08 21:53 
GeneralRe: Call Server Side Methods on Browser close Pin
N a v a n e e t h15-Jul-08 22:47
N a v a n e e t h15-Jul-08 22:47 
GeneralRe: Call Server Side Methods on Browser close Pin
Abhijit Jana15-Jul-08 23:09
professionalAbhijit Jana15-Jul-08 23:09 
GeneralRe: Call Server Side Methods on Browser close Pin
N a v a n e e t h15-Jul-08 23:21
N a v a n e e t h15-Jul-08 23:21 
Abhijit Jana wrote:
But my requirment to check multiple user should login same time


You want to prevent same user logging multiple times at same time right ? I'd put a DB flag which will be set when user logs in. When user logs in, this flag has to be checked and if it is in set state, prevent logging in. When user logs out reset this flag.

Keep a SQL job which runs in specified intervals and checks for these flags. It should reset flags which are set for long time (more than session timeout limit).

Abhijit Jana wrote:
If user close the browser then Session_End doesn't get fired from Global.asx file.


It gets fired, but not immediately. Each session will have a timeout and when it reached timeout limit, session_end will be fired (only in "InProc" mode).

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

QuestionHow to add Sl. No. in data grid Pin
BalasubramanianK15-Jul-08 19:56
BalasubramanianK15-Jul-08 19:56 
AnswerRe: How to add Sl. No. in data grid Pin
Imran Khan Pathan15-Jul-08 20:07
Imran Khan Pathan15-Jul-08 20:07 
GeneralRe: How to add Sl. No. in data grid Pin
BalasubramanianK15-Jul-08 20:34
BalasubramanianK15-Jul-08 20:34 
GeneralRe: How to add Sl. No. in data grid Pin
BalasubramanianK15-Jul-08 21:18
BalasubramanianK15-Jul-08 21:18 
GeneralRe: How to add Sl. No. in data grid Pin
rahul.net1115-Jul-08 21:20
rahul.net1115-Jul-08 21:20 
GeneralRe: How to add Sl. No. in data grid Pin
Imran Khan Pathan15-Jul-08 21:52
Imran Khan Pathan15-Jul-08 21:52 
GeneralRe: How to add Sl. No. in data grid Pin
BalasubramanianK15-Jul-08 22:35
BalasubramanianK15-Jul-08 22:35 
GeneralRe: How to add Sl. No. in data grid Pin
Imran Khan Pathan15-Jul-08 21:39
Imran Khan Pathan15-Jul-08 21:39 
GeneralRe: How to add Sl. No. in data grid Pin
BalasubramanianK15-Jul-08 22:36
BalasubramanianK15-Jul-08 22:36 
GeneralRe: How to add Sl. No. in data grid Pin
Imran Khan Pathan15-Jul-08 23:07
Imran Khan Pathan15-Jul-08 23:07 
GeneralRe: How to add Sl. No. in data grid Pin
BalasubramanianK16-Jul-08 1:55
BalasubramanianK16-Jul-08 1:55 
GeneralRe: How to add Sl. No. in data grid Pin
Imran Khan Pathan16-Jul-08 2:01
Imran Khan Pathan16-Jul-08 2:01 
GeneralRe: How to add Sl. No. in data grid Pin
BalasubramanianK16-Jul-08 19:37
BalasubramanianK16-Jul-08 19:37 
QuestionNunitAsp Reference adding problem Pin
Member 451421815-Jul-08 19:38
Member 451421815-Jul-08 19:38 
QuestionRe: NunitAsp Reference adding problem Pin
Sherin Iranimose15-Jul-08 19:54
Sherin Iranimose15-Jul-08 19:54 
AnswerRe: NunitAsp Reference adding problem Pin
Member 451421815-Jul-08 20:43
Member 451421815-Jul-08 20:43 
GeneralRe: NunitAsp Reference adding problem Pin
Sherin Iranimose15-Jul-08 20:47
Sherin Iranimose15-Jul-08 20:47 

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.