Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

DataBinding Bug - TextBox change does not update binding RSS

24 replies

Last post Mar 10, 2010 01:21 AM by MichaelLuna

(1)
  • mehtapratik

    mehtapratik

    Member

    269 Points

    305 Posts

    Re: Re: Re: DataBinding Bug - Single character TextBox change does not update binding!!

    Jul 09, 2009 05:53 AM | LINK

    It's fixed in SL3..

     

    Thanks

    Pratik Mehta
    Espirit Softwares Pvt. Ltd.
    India.
  • MichaelLuna

    MichaelLuna

    Member

    30 Points

    23 Posts

    Re: Re: Re: DataBinding Bug - Single character TextBox change does not update binding!!

    Mar 10, 2010 12:45 AM | LINK

    I know this is a post form July.  I am having the same problem.  Using SL 3

    Any word on this.

  • MichaelLuna

    MichaelLuna

    Member

    30 Points

    23 Posts

    Re: Re: DataBinding Bug - Single character TextBox change does not update binding!!

    Mar 10, 2010 12:48 AM | LINK

    I know these post are from July 2009

     

    I am currently have this same problem using SL 3

  • ifpx895

    ifpx895

    Member

    78 Points

    16 Posts

    Microsoft

    Re: Re: Re: DataBinding Bug - Single character TextBox change does not update binding!!

    Mar 10, 2010 12:56 AM | LINK

    Can you please share a simplified repro of the issue you're seeing?

    Thanks,
    Hamid
    MSFT

    Hamid -- MSFT
  • MichaelLuna

    MichaelLuna

    Member

    30 Points

    23 Posts

    Re: Re: Re: DataBinding Bug - Single character TextBox change does not update binding!!

    Mar 10, 2010 01:21 AM | LINK

    with and with out databinding I am haveing the same problem 

    XAML

    <TextBox x:Name="txtLastName" Width="110" Margin="5,2,2,2"/>

    user input in text  'Smith'

    CODE BEHIND 

    click on button

    txtLastName.Text    should be 'Smith' but comes up empty.

    If I add databinding,

    <TextBox x:Name="txtLastName" Text="{Binding LastName, Mode=TwoWay}"  Width="110" Margin="5,2,2,2"/>

    The result is after entering any valule in the txtbox.text is still empty

    Using Silverlight3

    Thanks