I am storing a questionnaire which is in xml format to a string type data field called Questionnaire. The database fields are contactID and Questionannire. I am doing this in an MVC application.Can someone tell me what should the ViewModel look like ?
The xml would like
<xml>
<Question>What is your country of origin?/<Question>
<Answer>United Kingdom </Answer>
<Question>What is your place of birth?</Question>
<Answer>United States </Answer>
</xml>