Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm doing a project on online examination in asp.net with VB.
But I dont know how to access a single record on a single form. could you please tell me the step-by-step procedure to do it? My tables are saved in MS-Access. I've done almost all other parts of the project. But I can't understand how to write source code for taking an examination in a specific time duration as a single question on a single window.
Posted
Updated 7-Jul-10 21:25pm
v2
Comments
R. Giskard Reventlov 8-Jul-10 3:43am    
Reason for my vote of 1
Homework: we don't do homework: whenever we see 'online exam' we know it's a homework question.

1 solution

Just request one record, and render it any way you like. If you can't work out how to do that, you should talk to your teacher about it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900