Blog Home  Home Feed your aggregator (RSS 2.0)  
kevin Mocha - Monday, May 14, 2007
Bookmarks collected from web.
 
 Monday, May 14, 2007
1. Do the most important thing first.

2. Keep your inbox empty.

3. Become a realist about time.

4. Focus on what you're doing so you can do it faster and better.

5. Delegate.

http://finance.yahoo.com/expert/article/careerist/...

Monday, May 14, 2007 3:53:41 PM UTC  #    Comments [0]    |  Trackback
 Sunday, May 13, 2007

http://support.microsoft.com/kb/312629/EN-US/

 

 

SYMPTOMS

If you use the Response.End, Response.Redirect, or Server.Transfer method, a ThreadAbortException exception occurs. You can use a try-catch statement to catch this exception.

Back to the top

CAUSE

The Response.End method ends the page execution and shifts the execution to the Application_EndRequest event in the application's event pipeline. The line of code that follows Response.End is not executed.
This problem occurs in the Response.Redirect and Server.Transfer methods because both methods call Response.End internally.

Back to the top

RESOLUTION

To work around this problem, use one of the following methods:


For Response.End, call the HttpContext.Current.ApplicationInstance.CompleteRequest method instead of Response.End to bypass the code execution to the Application_EndRequest event.


For Response.Redirect, use an overload, Response.Redirect(String url, bool endResponse) that passes false for the endResponse parameter to suppress the internal call to Response.End. For example:

  Response.Redirect ("nextpage.aspx", false);
						
If you use this workaround, the code that follows Response.Redirect is executed.


For Server.Transfer, use the Server.Execute method instead.

Sunday, May 13, 2007 1:10:56 PM UTC  #    Comments [0]    |  Trackback
 Wednesday, May 09, 2007
 Tuesday, May 08, 2007
 Thursday, May 03, 2007

www.yardsaleportal.org

free posting, multiple cities, searching, categories, knowledge base, sign selling, RSS subscription, featured listing

Thursday, May 03, 2007 3:40:39 PM UTC  #    Comments [0]    |  Trackback
 Tuesday, May 01, 2007
Tuesday, May 01, 2007 7:05:11 PM UTC  #    Comments [0]    |  Trackback
Tuesday, May 01, 2007 7:04:08 PM UTC  #    Comments [0]    |  Trackback
 Monday, April 30, 2007
 Thursday, April 26, 2007

This category will record information for all projects I am going to develop.

Thursday, April 26, 2007 7:57:17 PM UTC  #    Comments [0]    |  Trackback
Copyright © 2009 Kevin Mocha. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.
Pick a theme: