Hi gyus, i want to design a web based quiz using VS 2005, plz who can help?
P.S. i don't want 2 use DB, i want it simple just arrays and loops coz i'm a biggener.
Appreciate the answers
Hi gyus, i want to design a web based quiz using VS 2005, plz who can help?
P.S. i don't want 2 use DB, i want it simple just arrays and loops coz i'm a biggener.
Appreciate the answers
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
rudy kakaPosted May 3, 2009, 4:33 PM
Thanx
Mahesh ChandPosted May 2, 2009, 4:28 PM
You need to store questions somewhere. Arrays or any other objects store data in memory and can't stay when application is stop working. If you keep your data in an Array, you will have to add questions every time an application starts.
You have to have a persistent data store such as a database, XML file or a text file.
Hope it makes it clear?
rudy kakaPosted May 2, 2009, 4:22 AM
reagrdz.
Mahesh ChandPosted May 1, 2009, 9:58 PM
This code shows you how to validate data in windows forms, add or remove panel control, and write a form based quiz application.
This article describes how to create a web quiz from the information in a database.