Click here to Skip to main content
15,906,097 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Cannot find column 1. Pin
philpeters12-Jun-06 22:09
philpeters12-Jun-06 22:09 
QuestionCode protection Pin
RedhaDev12-Jun-06 0:04
RedhaDev12-Jun-06 0:04 
AnswerRe: Code protection Pin
minhpc_bk12-Jun-06 20:02
minhpc_bk12-Jun-06 20:02 
QuestionBest websites to lern ASP.NET Pin
pitturamakrishna11-Jun-06 23:42
pitturamakrishna11-Jun-06 23:42 
AnswerRe: Best websites to lern ASP.NET Pin
minhpc_bk12-Jun-06 16:02
minhpc_bk12-Jun-06 16:02 
Questioncreating Menu Pin
Anant N11-Jun-06 23:41
Anant N11-Jun-06 23:41 
AnswerRe: creating Menu Pin
Paddy Boyd12-Jun-06 1:07
Paddy Boyd12-Jun-06 1:07 
QuestionThreading in .Net (C#) Pin
Venkat Eswaran11-Jun-06 23:35
Venkat Eswaran11-Jun-06 23:35 
Hi,
I have a page that calls a sql procedure and it runs for 20 - 40 min. I use usual threading for this page.

Thread objthread = new Thread(new ThreadStart(ticketingThread));<br />
objthread.Start();


As i dont know when it will end. i never abort the thread. what happens is when user uses the page for 1 weeek, the page starts hanging. I dont know what happens. When i tried debugging it works fine.

I also saw creating thread in threadpools

ThreadPool.QueueUserWorkItem(new WaitCallback(ticketingThread));

Please advise which one i have to follow and what is the difference between the two.

Thanks

Venky
AnswerRe: Threading in .Net (C#) Pin
MGreville12-Jun-06 5:30
MGreville12-Jun-06 5:30 
QuestionSession Pin
Socheat.Net11-Jun-06 23:09
Socheat.Net11-Jun-06 23:09 
AnswerRe: Session Pin
alyeasad11-Jun-06 23:32
alyeasad11-Jun-06 23:32 
GeneralRe: Session Pin
Socheat.Net11-Jun-06 23:42
Socheat.Net11-Jun-06 23:42 
GeneralRe: Session Pin
RedhaDev11-Jun-06 23:49
RedhaDev11-Jun-06 23:49 
GeneralRe: Session Pin
Socheat.Net11-Jun-06 23:56
Socheat.Net11-Jun-06 23:56 
GeneralRe: Session Pin
alyeasad12-Jun-06 0:13
alyeasad12-Jun-06 0:13 
Questionclearing old values from text box control Pin
b ravi kumar11-Jun-06 23:06
b ravi kumar11-Jun-06 23:06 
AnswerRe: clearing old values from text box control Pin
alyeasad11-Jun-06 23:34
alyeasad11-Jun-06 23:34 
GeneralRe: clearing old values from text box control Pin
b ravi kumar12-Jun-06 0:41
b ravi kumar12-Jun-06 0:41 
GeneralRe: clearing old values from text box control Pin
Elina Blank13-Jun-06 7:06
sitebuilderElina Blank13-Jun-06 7:06 
Questionstoring excel file in sql server using asp.net Pin
b ravi kumar11-Jun-06 23:03
b ravi kumar11-Jun-06 23:03 
QuestionDownload Pin
kirthikirthi11-Jun-06 23:00
kirthikirthi11-Jun-06 23:00 
QuestionNET Web Twain Pin
ghannam11-Jun-06 22:43
ghannam11-Jun-06 22:43 
AnswerRe: NET Web Twain Pin
alyeasad11-Jun-06 22:59
alyeasad11-Jun-06 22:59 
Questionpublish error in local host Pin
students552 university11-Jun-06 21:59
students552 university11-Jun-06 21:59 
QuestionAsp.Net Internet Explorer Sessions [modified] Pin
oskardiazdeleon11-Jun-06 21:35
oskardiazdeleon11-Jun-06 21:35 

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.