On one page i have list of questions with diffrent tipe of answers. (texboxes, checkboxes etc) Page is dynamicly generated. I have to store answers in database. What is the best way to do this? multiple forms or something else? it would be great if i could send ajax request after every answer but i don't know how to accomplis that (how to detect that user have entered the answer and went to next question)
i'm using asp.net mvc with c#