Why is the text block not updating dynamically when I enter data. It will only update when I click on the button. How can I make text print dynamically as I type it on the keyboard.
you need to set UpdateSourceTrigger="PropertyChanged" on your binding
the default behaviour is to emit the update event only when your control loses focus