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

.NET (Core and Framework)

 
AnswerRe: Major pro/cons of ADO.NET entity framework compared to Java Pin
Eddy Vluggen29-Aug-11 6:21
professionalEddy Vluggen29-Aug-11 6:21 
GeneralRe: Major pro/cons of ADO.NET entity framework compared to Java Pin
oraclepilot29-Aug-11 8:25
oraclepilot29-Aug-11 8:25 
GeneralRe: Major pro/cons of ADO.NET entity framework compared to Java Pin
Eddy Vluggen29-Aug-11 9:28
professionalEddy Vluggen29-Aug-11 9:28 
AnswerRe: Major pro/cons of ADO.NET entity framework compared to Java Pin
jschell30-Aug-11 8:22
jschell30-Aug-11 8:22 
GeneralRe: Major pro/cons of ADO.NET entity framework compared to Java Pin
oraclepilot31-Aug-11 7:49
oraclepilot31-Aug-11 7:49 
GeneralRe: Major pro/cons of ADO.NET entity framework compared to Java Pin
jschell31-Aug-11 10:48
jschell31-Aug-11 10:48 
QuestionBinding text to an array in WPF Pin
walton200024-Aug-11 3:38
walton200024-Aug-11 3:38 
AnswerRe: Binding text to an array in WPF Pin
Abhinav S27-Aug-11 21:22
Abhinav S27-Aug-11 21:22 
I don't think this is the best approach for this problem.

Instead of an array, use an ObservableCollection. Make a public property that exposes this collection.
Then try this,

Change your xaml to look something like this -
<StackPanel>
<ItemsControl ItemsSource={Binding MyObservableCollection} >
<ItemsControl.ItemsPanel> 
<ItemsPanelTemplate> 
<StackPanel Orientation="Horizontal" /> </ItemsPanelTemplate> 
</ItemsControl.ItemsPanel>
</ItemsControl>
</StackPanel>

Too much of heaven can bring you underground
Heaven can always turn around
Too much of heaven, our life is all hell bound
Heaven, the kill that makes no sound

QuestionDataGridViewLinkColumn SelectionBackColor and SelectionForeColor not taking effect. Pin
priyamtheone23-Aug-11 5:04
priyamtheone23-Aug-11 5:04 
QuestionCreate an exe which will produce other exe file Pin
Musa Biralo20-Aug-11 14:57
Musa Biralo20-Aug-11 14:57 
AnswerRe: Create an exe which will produce other exe file Pin
Simon Bang Terkildsen20-Aug-11 15:09
Simon Bang Terkildsen20-Aug-11 15:09 
GeneralRe: Create an exe which will produce other exe file Pin
Musa Biralo20-Aug-11 15:47
Musa Biralo20-Aug-11 15:47 
AnswerRe: Create an exe which will produce other exe file Pin
PIEBALDconsult20-Aug-11 19:59
mvePIEBALDconsult20-Aug-11 19:59 
GeneralRe: Create an exe which will produce other exe file Pin
Musa Biralo21-Aug-11 2:33
Musa Biralo21-Aug-11 2:33 
GeneralRe: Create an exe which will produce other exe file Pin
Not Active21-Aug-11 3:29
mentorNot Active21-Aug-11 3:29 
GeneralRe: Create an exe which will produce other exe file Pin
Dave Kreskowiak22-Aug-11 2:08
mveDave Kreskowiak22-Aug-11 2:08 
AnswerRe: Create an exe which will produce other exe file Pin
Shameel21-Aug-11 3:54
professionalShameel21-Aug-11 3:54 
AnswerRe: Create an exe which will produce other exe file Pin
Alan N21-Aug-11 9:27
Alan N21-Aug-11 9:27 
QuestionRe: Create an exe which will produce other exe file Pin
Shameel21-Aug-11 23:53
professionalShameel21-Aug-11 23:53 
AnswerRe: Create an exe which will produce other exe file Pin
Alan N22-Aug-11 3:40
Alan N22-Aug-11 3:40 
AnswerRe: Create an exe which will produce other exe file Pin
David Magnotti29-Aug-11 5:22
David Magnotti29-Aug-11 5:22 
QuestionDataTable in .Net Pin
dews turner20-Aug-11 3:12
dews turner20-Aug-11 3:12 
AnswerRe: DataTable in .Net Pin
Simon Bang Terkildsen20-Aug-11 3:50
Simon Bang Terkildsen20-Aug-11 3:50 
AnswerRe: DataTable in .Net Pin
PIEBALDconsult20-Aug-11 6:29
mvePIEBALDconsult20-Aug-11 6:29 
GeneralRe: DataTable in .Net Pin
Simon Bang Terkildsen21-Aug-11 13:07
Simon Bang Terkildsen21-Aug-11 13:07 

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.