Click here to Skip to main content
15,917,061 members
Home / Discussions / C#
   

C#

 
GeneralRe: Memory Leak? Pin
SharpenedC31-Aug-06 2:44
SharpenedC31-Aug-06 2:44 
GeneralRe: Memory Leak? Pin
J4amieC31-Aug-06 4:21
J4amieC31-Aug-06 4:21 
AnswerRe: Memory Leak? Pin
Martin#31-Aug-06 3:23
Martin#31-Aug-06 3:23 
GeneralRe: Memory Leak? [modified] Pin
SharpenedC31-Aug-06 3:31
SharpenedC31-Aug-06 3:31 
GeneralRe: Memory Leak? Pin
Martin#31-Aug-06 3:40
Martin#31-Aug-06 3:40 
AnswerRe: Memory Leak? Pin
leppie1-Sep-06 0:29
leppie1-Sep-06 0:29 
QuestionApp not repsonding-get data from SQL Pin
ewaldw31-Aug-06 1:55
ewaldw31-Aug-06 1:55 
AnswerRe: App not repsonding-get data from SQL Pin
beatles169231-Aug-06 2:16
beatles169231-Aug-06 2:16 
Hi Usually a program runs in a sequential manner (in a single thread) it means that each line of code should be executed and returns before the program flow can proceed.
Sometimes it takes some time for a command to be executed ( like you said,when a SQL statement is executing) and since your program is waiting (busy) during this operation if you want to ask its status using Task Manager,you will get "Not responding"
there are some ways that you can avoid this situation.
You can execute a command Asynchronously ( in another thread.)
This way your command will be executed in another thread (sequence of program flow) and you will be notified when the command execution is ended.
Regards
QuestionHow to lose focus on a textbox Pin
Goerlandt31-Aug-06 1:39
Goerlandt31-Aug-06 1:39 
AnswerRe: How to lose focus on a textbox Pin
Tamimi - Code31-Aug-06 1:50
Tamimi - Code31-Aug-06 1:50 
AnswerRe: How to lose focus on a textbox Pin
gus_br31-Aug-06 1:53
gus_br31-Aug-06 1:53 
AnswerRe: How to lose focus on a textbox Pin
beatles169231-Aug-06 2:27
beatles169231-Aug-06 2:27 
AnswerRe: How to lose focus on a textbox - SOLVED Pin
Goerlandt31-Aug-06 4:00
Goerlandt31-Aug-06 4:00 
GeneralRe: How to lose focus on a textbox - SOLVED Pin
Martin#31-Aug-06 4:46
Martin#31-Aug-06 4:46 
QuestionInserting Special Symbols & Alphabets in TextBox Pin
Chetan Ranpariya31-Aug-06 1:28
Chetan Ranpariya31-Aug-06 1:28 
Questionexport data from datagrid to excel [modified] Pin
Mamphekgo31-Aug-06 0:39
Mamphekgo31-Aug-06 0:39 
AnswerRe: export data from datagrid to excel Pin
narendrakumarp31-Aug-06 1:56
narendrakumarp31-Aug-06 1:56 
QuestionMath Calculations Pin
Gavin Roberts31-Aug-06 0:37
Gavin Roberts31-Aug-06 0:37 
AnswerRe: Math Calculations [modified] Pin
User 665831-Aug-06 1:09
User 665831-Aug-06 1:09 
AnswerRe: Math Calculations Pin
Green Fuze31-Aug-06 1:12
Green Fuze31-Aug-06 1:12 
AnswerRe: Math Calculations Pin
Stefan Troschuetz31-Aug-06 1:17
Stefan Troschuetz31-Aug-06 1:17 
AnswerRe: Math Calculations Pin
Tamimi - Code31-Aug-06 1:36
Tamimi - Code31-Aug-06 1:36 
QuestionHi to One & All Pin
narendrakumarp30-Aug-06 23:55
narendrakumarp30-Aug-06 23:55 
QuestionRe: Hi to One & All Pin
beatles169231-Aug-06 2:32
beatles169231-Aug-06 2:32 
AnswerRe: Thanks for replying me Pin
narendrakumarp31-Aug-06 4:26
narendrakumarp31-Aug-06 4:26 

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.