i have many textbox and check box on my wpf .
how to save entered values as a separate (any format) file , so that values can be loaded when ever required.
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create a class with relevant properties in which you store the values, then your elements can be bound to those properties and the file can be serialized and deserialized as XML for example.