Exam webportal
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I want to design an application to handle a certification exam for some people using asp.net 2.0.First i do created a login page/register to get the information of the candidate going to appear the exam.After validateing the credentials i want to let the exam seeker to apper a page something like http://www.4futureengineers.com/tests/csharpetest.htm[^][^] i want to keep both prev and next buttons,a button to bookmark the question to refer latter and a submit button to provide the result......same as Microsoft certification exams does. i want to expose single question at a time. when i am clicking next i want to store the answer...and update it in the database....Plz send approprete code or URLsto do.