Sign In|Join
Home/Silverlight.NET Forums/General Silverlight Programming/Report a Silverlight Bug/DataBinding Bug - TextBox change does not update binding
Last post Mar 10, 2010 01:21 AM by MichaelLuna
Member
269 Points
305 Posts
Jul 09, 2009 05:53 AM | LINK
It's fixed in SL3..
Thanks
30 Points
23 Posts
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.
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
78 Points
16 Posts
Microsoft
Mar 10, 2010 12:56 AM | LINK
Can you please share a simplified repro of the issue you're seeing?
Thanks, Hamid MSFT
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,
<
The result is after entering any valule in the txtbox.text is still empty
Using Silverlight3
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
Espirit Softwares Pvt. Ltd.
India.
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
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
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
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