well, heres my dilemma, i need to write an online quiz, and all the questions, answer choices, etc. are stored in a database. I was wondering if it would be a better idea to store all the questions in an array at first and then write each element in the array for the test, and send back all the results at the end to another database? or would it be a better idea to draw one question, send back the answer, and draw another question? Which way would you guys reccomend, since i'm new at asp.net, i don't know a majority of the functions that asp.net is capable of, so if you guys have any other suggestiongs, that'll be good too.

Thanks!