Hello Everyone,
I have quiz questions around 30 and want to save the data in the database. Should I use view state for storing the values till the last question or save each question answer one by one and also I want to restore the session if the user quit the questions in middle. Can you please suggest me how can I do that.
Thanks
@kalpesh
in options table 1 question and four options how I can give answer id in the table can you let me know.
In answer table i used questionid (int) and answer(varchar Datatype)
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.