Click here to Skip to main content
15,894,137 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Doc/View in .NET? Pin
Christian Graus8-May-05 12:49
protectorChristian Graus8-May-05 12:49 
GeneralRe: Doc/View in .NET? Pin
senzafine9-May-05 3:27
senzafine9-May-05 3:27 
GeneralRe: Doc/View in .NET? Pin
Christian Graus9-May-05 11:53
protectorChristian Graus9-May-05 11:53 
Generalsaving app size and desktop location Pin
shefali_sinha2-May-05 10:28
shefali_sinha2-May-05 10:28 
GeneralRe: saving app size and desktop location Pin
MoustafaS2-May-05 13:01
MoustafaS2-May-05 13:01 
GeneralDataAdapter.Update Within A Transaction Pin
Jim Matthews2-May-05 6:09
Jim Matthews2-May-05 6:09 
QuestionHow to change culture of the MonthCalendar control? Pin
iliyang2-May-05 4:59
iliyang2-May-05 4:59 
GeneralUpdate datagrid Pin
harwanegg2-May-05 2:10
harwanegg2-May-05 2:10 
Hi,

I use an ArrayList to store class objects which have some public properties defined.

After adding objects to the ArrayList and binding the ArrayList to a datagrid I see all entries of the ArrayList and all public property fields of the class.

However, if I add further objects to the ArrayList or remove some, the datagrid is not updated at all. I have to reset the DataSource property and make a new databinding to see the current ArrayList content

e.g.

dataGrid1.DataSource = null;
dataGrid1.DataSource = myArrayList;

I am sure there is a better way to do that and I guess it has to do with implementing a certain interface, but everything I found so far was quite confusing.

Does anyone have simple example code showing how to do it ?

thanks

ch





GeneralRe: Update datagrid Pin
ursus zeta4-May-05 9:44
ursus zeta4-May-05 9:44 
GeneralPocket PC Installation Problem Pin
Anonymous2-May-05 0:19
Anonymous2-May-05 0:19 
GeneralCreating rotated font in C# using logfont Pin
camelopardis1-May-05 8:28
camelopardis1-May-05 8:28 
GeneralRe: Creating rotated font in C# using logfont Pin
MoustafaS2-May-05 2:05
MoustafaS2-May-05 2:05 
QuestionIs there a standard deviation function in .Net? Pin
nzmike30-Apr-05 21:14
nzmike30-Apr-05 21:14 
AnswerRe: Is there a standard deviation function in .Net? Pin
rwestgraham1-May-05 10:44
rwestgraham1-May-05 10:44 
GeneralRe: Is there a standard deviation function in .Net? Pin
nzmike1-May-05 13:23
nzmike1-May-05 13:23 
GeneralErrors trying to debug smart device application Pin
hammo29-Apr-05 19:22
hammo29-Apr-05 19:22 
GeneralRe: Errors trying to debug smart device application Pin
Dave Kreskowiak30-Apr-05 4:19
mveDave Kreskowiak30-Apr-05 4:19 
QuestionHow can I obtain 'Source' object in drag&drop event of the WindowsForms? Pin
Member 191344029-Apr-05 3:14
Member 191344029-Apr-05 3:14 
AnswerRe: How can I obtain 'Source' object in drag&drop event of the WindowsForms? Pin
Claudio Grazioli2-May-05 21:07
Claudio Grazioli2-May-05 21:07 
GeneralRe: How can I obtain 'Source' object in drag&drop event of the WindowsForms? Pin
Member 19134402-May-05 23:31
Member 19134402-May-05 23:31 
GeneralRe: How can I obtain 'Source' object in drag&drop event of the WindowsForms? Pin
Claudio Grazioli3-May-05 0:17
Claudio Grazioli3-May-05 0:17 
Generalcoloring by using richTextBox Pin
NOTEPAK28-Apr-05 15:33
NOTEPAK28-Apr-05 15:33 
GeneralRe: coloring by using richTextBox [EDITED] Pin
Dave Kreskowiak29-Apr-05 13:31
mveDave Kreskowiak29-Apr-05 13:31 
Generalzip filter to use with compact framework and web services Pin
eng_torres28-Apr-05 4:09
eng_torres28-Apr-05 4:09 
Generalinstalling sqlserver by merge module Pin
sianatia27-Apr-05 19:13
sianatia27-Apr-05 19:13 

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.