Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
GeneralRe: from VC6 dll Pin
Heath Stewart22-Mar-04 11:47
protectorHeath Stewart22-Mar-04 11:47 
GeneralRe: from VC6 dll Pin
yyf23-Mar-04 3:10
yyf23-Mar-04 3:10 
GeneralRe: from VC6 dll Pin
Heath Stewart23-Mar-04 3:13
protectorHeath Stewart23-Mar-04 3:13 
GeneralRe: from VC6 dll Pin
yyf23-Mar-04 4:01
yyf23-Mar-04 4:01 
GeneralLoop through a Datagrid Pin
Anonymous22-Mar-04 9:55
Anonymous22-Mar-04 9:55 
GeneralRe: Loop through a Datagrid Pin
Heath Stewart22-Mar-04 11:46
protectorHeath Stewart22-Mar-04 11:46 
GeneralRe: Loop through a Datagrid Pin
Anonymous22-Mar-04 11:51
Anonymous22-Mar-04 11:51 
GeneralRe: Loop through a Datagrid Pin
Heath Stewart22-Mar-04 11:57
protectorHeath Stewart22-Mar-04 11:57 
Read the documentation for the DataGrid.DataSource property in the .NET Framework SDK. It just has to be an object that implements IList or IListSource, so you could use an array or a collection as well. This is true for the rest of the data-bindable controls using a CurrencyManager.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Loop through a Datagrid Pin
Ruchi Gupta22-Mar-04 12:11
Ruchi Gupta22-Mar-04 12:11 
GeneralRe: Loop through a Datagrid Pin
Heath Stewart23-Mar-04 2:46
protectorHeath Stewart23-Mar-04 2:46 
GeneralProperty questions Pin
gkrish522-Mar-04 9:01
gkrish522-Mar-04 9:01 
GeneralRe: Property questions Pin
CWIZO22-Mar-04 9:20
CWIZO22-Mar-04 9:20 
GeneralRe: Property questions Pin
leppie22-Mar-04 9:27
leppie22-Mar-04 9:27 
GeneralRe: Property questions Pin
CWIZO22-Mar-04 9:31
CWIZO22-Mar-04 9:31 
GeneralRe: Property questions Pin
gkrish522-Mar-04 11:20
gkrish522-Mar-04 11:20 
GeneralRe: Property questions Pin
leppie22-Mar-04 9:22
leppie22-Mar-04 9:22 
GeneralDoes this control exists???!!! Pin
Andretux22-Mar-04 8:16
Andretux22-Mar-04 8:16 
GeneralRe: Does this control exists???!!! Pin
Heath Stewart22-Mar-04 9:05
protectorHeath Stewart22-Mar-04 9:05 
GeneralFind Reverse Color Pin
Werdna22-Mar-04 7:07
Werdna22-Mar-04 7:07 
GeneralRe: Find Reverse Color Pin
leppie22-Mar-04 8:53
leppie22-Mar-04 8:53 
QuestionHow Can I control Host IE. Pin
flywithu22-Mar-04 6:36
flywithu22-Mar-04 6:36 
AnswerRe: How Can I control Host IE. Pin
Heath Stewart22-Mar-04 9:00
protectorHeath Stewart22-Mar-04 9:00 
GeneralSave File Dialog/Open File Dialog in DataGrid Pin
Anonymous22-Mar-04 6:11
Anonymous22-Mar-04 6:11 
GeneralRe: Save File Dialog/Open File Dialog in DataGrid Pin
Dave Kreskowiak22-Mar-04 8:26
mveDave Kreskowiak22-Mar-04 8:26 
GeneralRe: Save File Dialog/Open File Dialog in DataGrid Pin
Anonymous22-Mar-04 10:09
Anonymous22-Mar-04 10:09 

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.