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

C#

 
GeneralRe: Can you run the same function from two backgroundWorkers [modified] Pin
MacRaider411-Feb-11 7:27
MacRaider411-Feb-11 7:27 
QuestionTwo way data binding (DataGridView to SortedList) Pin
Richard MacCutchan10-Feb-11 3:58
mveRichard MacCutchan10-Feb-11 3:58 
AnswerRe: Two way data binding (DataGridView to SortedList) Pin
Eddy Vluggen10-Feb-11 4:16
professionalEddy Vluggen10-Feb-11 4:16 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan10-Feb-11 4:27
mveRichard MacCutchan10-Feb-11 4:27 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Eddy Vluggen10-Feb-11 4:52
professionalEddy Vluggen10-Feb-11 4:52 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan10-Feb-11 5:09
mveRichard MacCutchan10-Feb-11 5:09 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Eddy Vluggen10-Feb-11 7:16
professionalEddy Vluggen10-Feb-11 7:16 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan10-Feb-11 10:23
mveRichard MacCutchan10-Feb-11 10:23 
Eddy Vluggen wrote:
You were talking about a DataGridView earlier.


I've been talking about it throughout this thread; indeed it is part of my subject line.

Eddy Vluggen wrote:
something tells me that this event is probably not being raised in your project


Which is the entire issue I am struggling with. I delete some rows in the DataGridView but nothing changes in my data source (the SortedList). I thought data binding was there to solve problems, not to create them!

To recap: I have a SortedList bound to a DataGridView. When I delete a row from the DataGridView I expect the corresponding entry to be removed from the SortedList but I cannot find any examples or documentation to help explain why it doesn't happen. I'm somewhat surprised that no-one has come across this problem before.
I must get a clever new signature for 2011.

GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Henry Minute10-Feb-11 13:06
Henry Minute10-Feb-11 13:06 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan11-Feb-11 4:08
mveRichard MacCutchan11-Feb-11 4:08 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Henry Minute11-Feb-11 8:28
Henry Minute11-Feb-11 8:28 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan12-Feb-11 3:09
mveRichard MacCutchan12-Feb-11 3:09 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan13-Feb-11 1:40
mveRichard MacCutchan13-Feb-11 1:40 
QuestionHow to localize BackgroundWorker thread? Pin
Chesnokov Yuriy10-Feb-11 1:54
professionalChesnokov Yuriy10-Feb-11 1:54 
AnswerRe: How to localize BackgroundWorker thread? Pin
Pete O'Hanlon10-Feb-11 2:05
mvePete O'Hanlon10-Feb-11 2:05 
AnswerRe: How to localize BackgroundWorker thread? Pin
Chesnokov Yuriy10-Feb-11 2:29
professionalChesnokov Yuriy10-Feb-11 2:29 
AnswerRe: How to localize BackgroundWorker thread? Pin
Bernhard Hiller10-Feb-11 5:04
Bernhard Hiller10-Feb-11 5:04 
QuestionRe: How to localize BackgroundWorker thread? Pin
Chesnokov Yuriy10-Feb-11 6:27
professionalChesnokov Yuriy10-Feb-11 6:27 
QuestionRun Application With Non Administrator Mode Pin
Anubhava Dimri9-Feb-11 18:54
Anubhava Dimri9-Feb-11 18:54 
AnswerRe: Run Application With Non Administrator Mode Pin
Eddy Vluggen10-Feb-11 7:19
professionalEddy Vluggen10-Feb-11 7:19 
QuestionValidation techneques? Pin
venomation9-Feb-11 16:19
venomation9-Feb-11 16:19 
AnswerRe: Validation techneques? Pin
Keith Barrow9-Feb-11 22:51
professionalKeith Barrow9-Feb-11 22:51 
AnswerRe: Validation techneques? Pin
Dalek Dave9-Feb-11 23:02
professionalDalek Dave9-Feb-11 23:02 
AnswerRe: Validation techneques? Pin
Bernhard Hiller10-Feb-11 5:13
Bernhard Hiller10-Feb-11 5:13 
GeneralRe: Validation techneques? Pin
venomation10-Feb-11 7:43
venomation10-Feb-11 7:43 

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.