Exam webportal
-
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.
-
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.
You can use wizard control available in .net, and on movenext command of wizard you can save the answer in db and can expose the next question.
Many Thanks, Adnan Rafiq muhammadadnanrafiq@gmail.com
-
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.
You can use wizard control available in .net, and on movenext command of wizard you can save the answer in db and can expose the next question. it looks like this: ............... Many Thanks, Adnan Rafiq muhammadadnanrafiq@gmail.com
-
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.
You can use wizard control available in .net, and on movenext command of wizard you can save the answer in db and can expose the next question.
Many Thanks, Adnan Rafiq muhammadadnanrafiq@gmail.com