Click here to Skip to main content
15,888,270 members
Home / Discussions / C#
   

C#

 
AnswerRe: Loooping through DataSet with threads but locking Pin
OriginalGriff11-Feb-10 22:43
mveOriginalGriff11-Feb-10 22:43 
GeneralRe: Loooping through DataSet with threads but locking Pin
Danpeking11-Feb-10 23:38
Danpeking11-Feb-10 23:38 
GeneralRe: Loooping through DataSet with threads but locking Pin
OriginalGriff11-Feb-10 23:42
mveOriginalGriff11-Feb-10 23:42 
GeneralRe: Loooping through DataSet with threads but locking Pin
Danpeking12-Feb-10 5:04
Danpeking12-Feb-10 5:04 
QuestionHow i can refresh CD/DVD Drive ? Pin
Nematjon Rahmanov11-Feb-10 22:30
Nematjon Rahmanov11-Feb-10 22:30 
AnswerRe: How i can refresh CD/DVD Drive ? Pin
Abhinav S11-Feb-10 22:49
Abhinav S11-Feb-10 22:49 
GeneralRe: How i can refresh CD/DVD Drive ? Pin
Nematjon Rahmanov12-Feb-10 0:08
Nematjon Rahmanov12-Feb-10 0:08 
QuestionWhat invoked the getformattedvalue function in datagridviewtextboxcell? Pin
HideIvy11-Feb-10 21:30
HideIvy11-Feb-10 21:30 
I derived a new class from DataGridViewTextBoxCell in my application and overrided the function GetFormattedValue

In GetFormattedValue, I do some data binding (for example I read a ID from the database on the web and I show the corresponding name of that item from my local information which are pre-read in a datatable).

However, some databinding need to query from the web. It slowed down the application so every time when I need to do the bindings related to the web, I open a new thread to do the query, and show the original value(e.g. the item's ID) at the moment first.

The problem now is I don't know how to invoke the GetFormattedValue function when the query is finished so that it would show the desired value (e.g. the item's name).

Anyone could help? Thanks a lot=]
AnswerRe: What invoked the getformattedvalue function in datagridviewtextboxcell? Pin
HideIvy11-Feb-10 22:44
HideIvy11-Feb-10 22:44 
Questiondisplay MailMessage Pin
paschka7611-Feb-10 21:02
paschka7611-Feb-10 21:02 
AnswerRe: display MailMessage Pin
AspDotNetDev11-Feb-10 21:51
protectorAspDotNetDev11-Feb-10 21:51 
AnswerRe: display MailMessage Pin
i gr811-Feb-10 22:48
i gr811-Feb-10 22:48 
QuestionI know how to clear textboxs on my form at one time but what if they are bound? Pin
tonyonlinux11-Feb-10 20:28
tonyonlinux11-Feb-10 20:28 
AnswerRe: I know how to clear textboxs on my form at one time but what if they are bound? Pin
AspDotNetDev11-Feb-10 21:13
protectorAspDotNetDev11-Feb-10 21:13 
GeneralRe: I know how to clear textboxs on my form at one time but what if they are bound? Pin
tonyonlinux11-Feb-10 21:19
tonyonlinux11-Feb-10 21:19 
Questionuniquely identifies a computer Pin
AndieDu11-Feb-10 19:10
AndieDu11-Feb-10 19:10 
AnswerRe: uniquely identifies a computer Pin
OriginalGriff11-Feb-10 21:54
mveOriginalGriff11-Feb-10 21:54 
GeneralRe: uniquely identifies a computer Pin
AndieDu14-Feb-10 16:07
AndieDu14-Feb-10 16:07 
AnswerRe: uniquely identifies a computer Pin
harold aptroot11-Feb-10 23:28
harold aptroot11-Feb-10 23:28 
AnswerRe: uniquely identifies a computer Pin
#realJSOP12-Feb-10 0:09
mve#realJSOP12-Feb-10 0:09 
GeneralRe: uniquely identifies a computer Pin
AndieDu14-Feb-10 16:45
AndieDu14-Feb-10 16:45 
GeneralRe: uniquely identifies a computer Pin
#realJSOP15-Feb-10 1:41
mve#realJSOP15-Feb-10 1:41 
QuestionHow to prevent from open the same form Pin
nuttynibbles11-Feb-10 19:03
nuttynibbles11-Feb-10 19:03 
AnswerRe: How to prevent from open the same form Pin
i gr811-Feb-10 20:06
i gr811-Feb-10 20:06 
AnswerRe: How to prevent from open the same form Pin
thatraja11-Feb-10 20:22
professionalthatraja11-Feb-10 20:22 

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.