Collect user answers

  • Thread starter Thread starter Tammy Nejadian
  • Start date Start date
T

Tammy Nejadian

Hi,
In my visual C# window application I have a set of questions and answers and
the users should select one answer clicking the Radio Button. How I can
collect the user’s answer each time he/she select an answer and transfer it
to an xml file?

Thanks
 
Hi,
In my visual C# window application I have a set of questions and answers and
the users should select one answer clicking the Radio Button. How I can
collect the user’s answer each time he/she select an answer and transferit
to an xml file?

Thanks

Hi,

You can keep your question/answers in a dataset and later serialize
it.
 
Google search for

"strongly typed" dataset
and
DataSet.ReadXml
and
DataSet.WriteXml
...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top