Click here to Skip to main content
15,900,378 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Increase Session Expiry Time Pin
Tarakeshwar Reddy7-May-07 5:28
professionalTarakeshwar Reddy7-May-07 5:28 
GeneralRe: Increase Session Expiry Time Pin
Abubakarsb8-May-07 20:56
Abubakarsb8-May-07 20:56 
Questionreading from html table and inserting to access Pin
samerh7-May-07 3:18
samerh7-May-07 3:18 
Question(commerce server 2002 + asp c# .net) Pin
Nithyaganesh7-May-07 3:16
Nithyaganesh7-May-07 3:16 
QuestionInfintite for loop prob Pin
alimohammed7-May-07 2:40
alimohammed7-May-07 2:40 
AnswerRe: Infintite for loop prob Pin
Marcus J. Smith7-May-07 4:46
professionalMarcus J. Smith7-May-07 4:46 
GeneralRe: Infintite for loop prob Pin
alimohammed7-May-07 21:50
alimohammed7-May-07 21:50 
AnswerRe: Infintite for loop prob Pin
Tristan Rhodes7-May-07 5:33
Tristan Rhodes7-May-07 5:33 
An infinite loop is generaly for some core process that happens continuously until an exit condition is reached, with maybe a few millisecond sleep.

<br />
do<br />
{<br />
<br />
//Logic<br />
<br />
} while(!ExitCondition)<br />


Try looking at the System.Threading.Timer class for things that have a large time lapse in between invocations.

In addition, a ThreadAbort exception indicates that another process closed the thread, and the Abort is raised. You might what to check what has a handle to the thread, and could possibly close it.

Tris

-------------------------------

Carrier Bags - 21st Century Tumbleweed.

GeneralRe: Infintite for loop prob Pin
alimohammed7-May-07 21:50
alimohammed7-May-07 21:50 
GeneralRe: Infintite for loop prob Pin
Tristan Rhodes8-May-07 2:50
Tristan Rhodes8-May-07 2:50 
QuestionHow to use MapPath() function while uploading a file using FileUpload control Pin
signbit7-May-07 2:33
signbit7-May-07 2:33 
AnswerRe: How to use MapPath() function while uploading a file using FileUpload control Pin
szukuro7-May-07 2:38
szukuro7-May-07 2:38 
GeneralRe: How to use MapPath() function while uploading a file using FileUpload control Pin
signbit7-May-07 2:44
signbit7-May-07 2:44 
QuestionTextbox Pin
.NET- India 7-May-07 2:04
.NET- India 7-May-07 2:04 
AnswerRe: Textbox Pin
Spunky Coder7-May-07 2:12
Spunky Coder7-May-07 2:12 
GeneralRe: Textbox Pin
.NET- India 7-May-07 2:23
.NET- India 7-May-07 2:23 
GeneralRe: Textbox Pin
enjoycrack7-May-07 2:40
enjoycrack7-May-07 2:40 
GeneralRe: Textbox Pin
Sebastian T Xavier7-May-07 2:40
Sebastian T Xavier7-May-07 2:40 
GeneralRe: Textbox Pin
Marcus J. Smith7-May-07 4:48
professionalMarcus J. Smith7-May-07 4:48 
AnswerRe: Textbox Pin
Marcus J. Smith7-May-07 4:47
professionalMarcus J. Smith7-May-07 4:47 
AnswerRe: Textbox Pin
RichardGrimmer8-May-07 5:40
RichardGrimmer8-May-07 5:40 
QuestionRequired Field Validator Pin
.NET- India 7-May-07 1:59
.NET- India 7-May-07 1:59 
AnswerRe: Required Field Validator Pin
Jabeerbe7-May-07 19:20
Jabeerbe7-May-07 19:20 
QuestionERROR: Name 'ConfigurationManager' is not declared Pin
Faisal Khatri7-May-07 1:02
Faisal Khatri7-May-07 1:02 
AnswerRe: ERROR: Name 'ConfigurationManager' is not declared Pin
szukuro7-May-07 2:34
szukuro7-May-07 2:34 

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.