How to save user imputed value in TextBox? (WPF, XAML)

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-04-24T12:53:39Z Indexed on 2010/04/24 13:03 UTC
Read the original article Hit count: 226

Filed under:
|
|
|
|

How to save user imputed value in TextBox? (WPF XAML) So in my xaml window I have a TextBox. User sturts my application inputs some values in to it and presses a button or hints Enter. He closes an app. Opens it up again. How to make his inputs be saved in that TextBox in WPF?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about .NET