Click here to Skip to main content
15,914,010 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: dropdown Pin
N a v a n e e t h29-Jan-09 19:21
N a v a n e e t h29-Jan-09 19:21 
GeneralRe: dropdown Pin
gvpr29-Jan-09 19:26
gvpr29-Jan-09 19:26 
GeneralRe: dropdown Pin
N a v a n e e t h29-Jan-09 19:30
N a v a n e e t h29-Jan-09 19:30 
GeneralRe: dropdown Pin
Christian Graus29-Jan-09 20:14
protectorChristian Graus29-Jan-09 20:14 
GeneralRe: dropdown Pin
Ashutosh Phoujdar29-Jan-09 22:09
Ashutosh Phoujdar29-Jan-09 22:09 
QuestionRegistry access Pin
siva45529-Jan-09 19:02
siva45529-Jan-09 19:02 
AnswerRe: Registry access Pin
N a v a n e e t h29-Jan-09 19:20
N a v a n e e t h29-Jan-09 19:20 
GeneralRe: Registry access Pin
siva45529-Jan-09 19:40
siva45529-Jan-09 19:40 
GeneralRe: Registry access Pin
N a v a n e e t h29-Jan-09 21:09
N a v a n e e t h29-Jan-09 21:09 
GeneralRe: Registry access Pin
siva45529-Jan-09 21:30
siva45529-Jan-09 21:30 
AnswerRe: Registry access Pin
Ashutosh Phoujdar29-Jan-09 22:14
Ashutosh Phoujdar29-Jan-09 22:14 
GeneralRe: Registry access [modified] Pin
siva45529-Jan-09 22:24
siva45529-Jan-09 22:24 
GeneralRe: Registry access Pin
Ashutosh Phoujdar29-Jan-09 23:13
Ashutosh Phoujdar29-Jan-09 23:13 
GeneralRe: Registry access Pin
siva45529-Jan-09 23:55
siva45529-Jan-09 23:55 
QuestionHow to access a control of a Master Page? Pin
zinzil29-Jan-09 18:22
zinzil29-Jan-09 18:22 
AnswerRe: How to access a control of a Master Page? Pin
Spunky Coder29-Jan-09 18:56
Spunky Coder29-Jan-09 18:56 
QuestionCreating a Search Control Pin
scotchy2hotty2k229-Jan-09 18:19
scotchy2hotty2k229-Jan-09 18:19 
QuestionClick Once - Publish.html - not recognizing framework 2.2.30729 Pin
N.Surendra Prasad29-Jan-09 17:58
N.Surendra Prasad29-Jan-09 17:58 
QuestionHiding WebForm in ASP.NET Pin
siddisagar29-Jan-09 17:05
siddisagar29-Jan-09 17:05 
AnswerRe: Hiding WebForm in ASP.NET Pin
N a v a n e e t h29-Jan-09 17:42
N a v a n e e t h29-Jan-09 17:42 
QuestionHow to make a post to page with href url Pin
papy-boom29-Jan-09 13:22
papy-boom29-Jan-09 13:22 
AnswerRe: How to make a post to page with href url Pin
Tad McClellan29-Jan-09 17:12
professionalTad McClellan29-Jan-09 17:12 
QuestionApplication_End () problem Pin
sana1729-Jan-09 9:53
sana1729-Jan-09 9:53 
ASALAMOALEKUM,

i am using ASP.NET WITH C# FOR my website.
I have an ONLINE table which stores the id of the user who signin to the site.
Now i want to delete the id of the user from the ONLINE table who signout by using SIGNOUT button or close my website from browser.

behind the SIGNOUT button, i have applied simple sql delete query which works properly but in case of closing browser i have tried the GLOBAL.asax event
APPLICATION_END() ... which contains the same delete query... but it doesnt workssss.. can anyone tell me why its not working ??

do we have to make any settings in webconfig filee??

but as i have put the same delete query in the Session_End() event of global.asax... after 24-25mins of closing the browser it hits and delete the id from the table... i dont want such a great delay...!

please guide if i am missing any imp point in my implementation!

thnks,
Regards,
SANA

$@N@

AnswerRe: Application_End () problem Pin
Steven James Gray29-Jan-09 10:37
Steven James Gray29-Jan-09 10:37 
AnswerRe: Application_End () problem Pin
Tad McClellan29-Jan-09 11:01
professionalTad McClellan29-Jan-09 11:01 

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.