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

.NET (Core and Framework)

 
QuestionMajor pro/cons of ADO.NET entity framework compared to Java Pin
oraclepilot24-Aug-11 4:33
oraclepilot24-Aug-11 4:33 
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 
Hi,
I have a few textfields in my WPF-Page.
When the array in the property is filled I see the values in the textboxes. But when the user fill the textboxes the binding doesn't work for me. Is there a solution for this problem?
Private m_AN_H As Single()
Public Property AN_H() As Single()
    Get
        Return m_AN_H
    End Get
    Set(ByVal value As Single())
        m_AN_H = value
    End Set
End Property

<StackPanel  Grid.Column="1" Name="stp_H_0080">
<Label FontSize="10" FontWeight="Bold" HorizontalAlignment="Center">H<Label>
<TextBox Name="txt_H_00" Margin="2" Text="{Binding Path= AN_H[0],Mode=TwoWay}"></TextBox>
<TextBox Name="txt_H_10" Margin="2" Text="{Binding Path= AN_H[1],Mode=TwoWay}"></TextBox>
<TextBox Name="txt_H_20" Margin="2" Text="{Binding Path= AN_H[2],Mode=TwoWay}"></TextBox>
<TextBox Name="txt_H_30" Margin="2" Text="{Binding Path= AN_H[3],Mode=TwoWay}"></TextBox>
<TextBox Name="txt_H_40" Margin="2" Text="{Binding Path= AN_H[4],Mode=TwoWay}"></TextBox>
<TextBox Name="txt_H_50" Margin="2" Text="{Binding Path= AN_H[5],Mode=TwoWay}"></TextBox>
<TextBox Name="txt_H_60" Margin="2" Text="{Binding Path= AN_H[6],Mode=TwoWay}"></TextBox>
<TextBox Name="txt_H_70" Margin="2" Text="{Binding Path= AN_H[7],Mode=TwoWay}"></TextBox>
<TextBox Name="txt_H_80" Margin="2" Text="{Binding Path= AN_H[8],Mode=TwoWay}"></TextBox>
</StackPanel>

AnswerRe: Binding text to an array in WPF Pin
Abhinav S27-Aug-11 21:22
Abhinav S27-Aug-11 21:22 
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 

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.