Silverlight TextBox problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MichaelLuna
    New Member
    • Mar 2010
    • 1

    Silverlight TextBox problem

    Textbox after value is not showing up in the code behind.
    with or with out the binding
    <TextBox x:Name="txtLast Name" Text="{Binding LastName, Mode=TwoWay}"
    Width="110" Margin="5,2,2,2 "/>
    <TextBox x:Name="txtLast Name" Width="110" Margin="5,2,2,2 "/>
    Enter any Value at runtime
    and click on a button
    debug
    txtBox.text shows now value
Working...