ASP.NET - online exam

Asked By durga prasad
10-Feb-12 01:58 AM
hi

i am doing online exam project using asp.net with sql server. My problem is i created one web form two drop down list controls and four radio buttons and one button.NOW each time when i select subject name and chapter no from drop down list   questions will bind to 4 radio buttons with question.

And finally want to see the score

so kindly guide me the and send me the code ASAP

regards
DurgaPrasad
  Web Star replied to durga prasad
10-Feb-12 02:08 AM
you need to develop first admin panel where admin can add question with answer and that are stored in database. than you will create frontend online exam module in that application where you can populate the question based on subject name and chapter number from dropdown list and than display question with the timer control help and  stored response answer in database and finally show the result to user.
See these link for more help
http://blog.dotnetsquare.com/net/online-exam-project-sample-with-asp-net-c-net-with-javascript-timer-2/ 
  Somesh Yadav replied to durga prasad
10-Feb-12 02:24 AM
Hi durga prasad,

here is a sample example on

Online Exam Project Sample with ASP.Net & C#.Net with JavaScript Timer

 
so by refering to the below link you can proceed further .

http://blog.dotnetsquare.com/net/online-exam-project-sample-with-asp-net-c-net-with-javascript-timer-2/
  dipa ahuja replied to durga prasad
10-Feb-12 04:18 AM
Firstly you have to desing the database structure:

 
tables will be :
1. Users,
2. Question/Ans ,
3. Result ,
4. checking
 
in user records of users who are giving test, question ans where you can store your all question and answers, then in checking check the ans which user has given and finally the result which contains result of users.
 
Now after creating Databases and table work on design of forms how much forms you will need which controls you required.. for question you will take lable and for options you can take radioButton list so user chose 1 option from that option.
 
Do this and then move to programming code
 
Hope you get idea :)
 
 
Create New Account
help
Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object? (A) How will implement Page Fragment Caching? (B) Can you compare ASP.NET sessions with classic ASP? (B) Which are the various modes of storing ASP.NET session
net ADO is designed primarily for connected access ADO.net the disconnected access to the database is used In ADO you communicate with the database by making calls to an OLE DB provider. In ADO.NET you communicate with the database through a data adapter (an OleDbDataAdapter, SqlDataAdapter, OdbcDataAdapter, or OracleDataAdapter object), which makes calls to or the APIs provided by the underlying data source. In ADO you cant update the database from the recordset. ADO.NET the data adapter allows you to control how the changes to the dataset are transmitted to the database. On order to get assembly info which namespace we should import? System.Reflection Namespace How tab”) This will fill the dataset with the records starting at 5 to 15 .NET Database interview questions How do you call and execute a Stored Procedure in.NET? Give an in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this
Migration from ASP to ASP.net How to convert ASP site to ASP.NET site using C# http: / / www.asp.net / downloads / archived-v11 / migration-assistants / asp-to-aspnet hi, ASP.NET framework is very much different from unstrucured ASP and there is no correct way to
exam hello, i am working in a college software project. . where i have entrance examination module. . i have taken entrance examination but i want to show results of examination. . how i maintain result detail and where to storeresult in sql server or any excel sheet. . want to show result in particular format in page. . please give me some idea how to implement above feature. . please tell me site where i get this entrance examination project . . i am using asp.net C# with visual studio 2008 and sql server 2005. Hi Nitish, You can create Online Entrance Examination Project by using ATLAS . ASP.NET codename "Atlas" is a set of technologies to add Ajax (Asynchronous JavaScript And XML) support to ASP.NET. It consists of a client-side script framework, server controls. To be able to