Click here to Skip to main content
15,913,722 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalabout application end event Pin
rama charan9-May-07 4:22
rama charan9-May-07 4:22 
GeneralRe: about application end event Pin
Blumen8-May-07 23:20
Blumen8-May-07 23:20 
QuestionDoes page execution stop on browser close event? Pin
rama charan8-May-07 20:36
rama charan8-May-07 20:36 
AnswerRe: Does page execution stop on browser close event? [modified] Pin
Sandeep Akhare8-May-07 20:49
Sandeep Akhare8-May-07 20:49 
GeneralDoes page execution stop on browser close event? Pin
rama charan8-May-07 21:01
rama charan8-May-07 21:01 
AnswerRe: Does page execution stop on browser close event? Pin
Guffa8-May-07 21:06
Guffa8-May-07 21:06 
GeneralRe: Does page execution stop on browser close event? Pin
Sandeep Akhare8-May-07 21:21
Sandeep Akhare8-May-07 21:21 
AnswerRe: Does page execution stop on browser close event? [modified] Pin
Guffa8-May-07 21:02
Guffa8-May-07 21:02 
rama charan wrote:
Will processing of that page continues or exits suddenly when client closes the browser


It will continue.

You can check the Response.IsClientConnected property to find out if the browser is still waiting for the response. There is no "browser close event", nothing happens on the server if the browser stops waiting for the response. You have to actively monitor this propery in the code if you want the code to be aware of it. Otherwise the code will complete regardless if there is any browser waiting for the response or not.

-- modified at 3:08 Wednesday 9th May, 2007

---
single minded; short sighted; long gone;

GeneralRe: Does page execution stop on browser close event? Pin
rama charan8-May-07 21:10
rama charan8-May-07 21:10 
QuestionContent management Pin
VaibhavTiparadi8-May-07 20:09
VaibhavTiparadi8-May-07 20:09 
AnswerRe: Content management Pin
Sathesh Sakthivel8-May-07 20:17
Sathesh Sakthivel8-May-07 20:17 
QuestionTouch Screen System Pin
anrorathod8-May-07 19:30
anrorathod8-May-07 19:30 
QuestionBind DropdownList Pin
Mkanchha8-May-07 19:17
Mkanchha8-May-07 19:17 
AnswerRe: Bind DropdownList Pin
anrorathod8-May-07 19:35
anrorathod8-May-07 19:35 
GeneralRe: Bind DropdownList Pin
Mkanchha8-May-07 20:02
Mkanchha8-May-07 20:02 
AnswerRe: Bind DropdownList Pin
Sherin Iranimose8-May-07 19:54
Sherin Iranimose8-May-07 19:54 
AnswerRe: Bind DropdownList Pin
Sherin Iranimose8-May-07 20:01
Sherin Iranimose8-May-07 20:01 
AnswerRe: Bind DropdownList Pin
qtuan8-May-07 23:40
qtuan8-May-07 23:40 
GeneralRe: Bind DropdownList Pin
Mkanchha8-May-07 23:56
Mkanchha8-May-07 23:56 
QuestionBinding Events to an UserControl Pin
Rajiya8-May-07 19:16
Rajiya8-May-07 19:16 
AnswerRe: Binding Events to an UserControl Pin
Sandeep Akhare8-May-07 19:28
Sandeep Akhare8-May-07 19:28 
GeneralRe: Binding Events to an UserControl Pin
Rajiya8-May-07 19:48
Rajiya8-May-07 19:48 
GeneralRe: Binding Events to an UserControl Pin
Sandeep Akhare8-May-07 19:59
Sandeep Akhare8-May-07 19:59 
GeneralRe: Binding Events to an UserControl Pin
Sandeep Akhare8-May-07 20:20
Sandeep Akhare8-May-07 20:20 
GeneralRe: Binding Events to an UserControl Pin
Rajiya10-May-07 19:30
Rajiya10-May-07 19:30 

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.