I am using wpf. I want to bind a textbox with a simple string type value initialized in xaml.cs class. The TextBox isn\'t showing anything. Here is my XAML code
TextBox
Just add this line in your EntitiesView constructor
EntitiesView
DataContext = this;