Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools Editable Testbox using ViewModal
1 replies. Latest Post by IT_Lackey on July 13, 2009.
(0)
gauthams...
Member
109 points
118 Posts
07-13-2009 5:29 AM |
Hello,
Plz any one help me to create an Editable testbox and I want to bind this using ViewModel
Thankyou,
In advance.
IT_Lackey
515 points
115 Posts
07-13-2009 6:14 PM |
If you set the DataContext of the container the textbox is in you should be able to use the {Binding Path=PropertyName Mode=TwoWay} syntax to update the ViewModel with the text entered into the textbox.