jump to navigation

Online Examination System Project in ASP.NET July 11, 2008

Posted by tuse in : ASP.NET, Databases , trackback

This is a project we made in ASP.NET. Its an examination system made in Visual Studio 2008 using a MySQL database. Please do take a look at it and suggest improvements. Also, if the project is vulnerable to any security threats, please do ping us back.

I hope you will like our attempt at coding this application.

Features-

User first needs to supply valid credentials to begin the test.

Randomly chooses 5 questions from a database of 10 questions.

The test is a timed test, admin can change the duration of the test before it begins in the code.

Test-taker can leave a question un-answered and come back to the question (if time permits) using the ‘Previous’ and ‘Next’ Buttons.

Code Details-

1. Login is authenticated against a MySQL database.

2. AJAX is used for the timer, allowing only the timer label to postback to the server each second.

3. Use of the Random class to generate 5 questions out of the 10 in the database.

4. Session Management using Cookies and Session Variables.

5. Use of javascript in the master-page to prevent the ‘Back’ navigation from a page (clearing the cache)  [Would love your suggestions on an alternative to this]

6. Once the 5 questions are chosen randomly, they are held in a DataTable. This is then held in a  Session Variable to hold the values during postbacks.

Get the project here

Get the database here

Comments»

1. Preeti - July 22, 2008

heyy……..i saw d details….dis iz fyn……bt hw cn i c d wrking project??/

2. tuse - July 22, 2008

hi preeti.

you need to download the project and place it in your IIS folder.

the database is in MySQL, you may download it if you wish or just replicate it in SQL Server and change the connection strings appropriately.

Do get back to me in case you need further help.

3. sam - July 30, 2008

thanxxxxxxx man !!

i hop it’ll work …….

4. ram - August 8, 2008

hi first of all thank u for ur project u did a great job
i downloaded ur project but iam not able to see the desing and the project is not running i.e there is no debug option how to run the project

5. FAS - August 15, 2008

send me the link of online demo I wann see it & can u change it for me ??? i have some little bit different requirements

send me on my email

6. sujeet - August 21, 2008

tahnks

7. tuse - August 23, 2008

@ram-

in the web.config set debug to true

8. Rochak Agrawal - August 25, 2008

Hi,

I am not sure if anyone else is facing problems but I had issues while compiling and running this project. If you are using .net 2 or VS 2005, you need to install Ajax extensions and modify your web.config file to make this compile.

Without plagiarising on this work, I have built upon the source code to do the following

1) Add configurable parameter for Total No of Questions in the pool and Number of questions to display

2) Change database from mysql to Sql Server 2005 express

3) Enabled/Disabled previous and next buttons and Show final marks button

4) Fixed issue with the Timer - it wasn’t displaying for me

5) Added pieces of code to email the score of the online test as well as store the score in a database table

6) Several other small enhancements/fixes to make it work better and bug free

I haven’t uploaded my piece of code yet but will do soon. Meanwhile, If you want my stuff please do email me at rochak@yahoo.com

Thanks for the great work done here -

9. tuse - August 26, 2008

Hi Rochak!

Yes, for the project to work with VS 2k5, you would need the AJAX Extension.

I would like to see your work, do upload it soon.

10. Techdiva - September 8, 2008

Great work done!!..

I am also developing a similar project in ASP.NET (using C#)
Hope this would help.

Thanx..

11. nilesh jain - September 15, 2008

hi greate work done by you i changed it in ms-sql server database..
very-very thankx add some more feature in it…like admin part etc

12. puru - October 8, 2008

thanks friend it’s really good

13. sapnesh - November 4, 2008

hi buddy i download yr project please tell me how to configure it and i make it run…

14. tuse - November 9, 2008

hi sapnesh.

take a look at the software needed for the project to run here-

http://dotnet.tekyt.info/?p=8

if you are still stuck, feel free to ping me again.

15. Janardhan - November 10, 2008

Hi man,
thnx i am able to run ur project but if need to increase number of questions, what should i change
pls help me out.

16. dakshta - December 25, 2008

i hv download ur project but it require password to open the database.plz tell me

17. tuse - December 25, 2008

hi dakshta,

just see the connection string, you will get the password there. :)

18. sigar dave - January 12, 2009

hi to you.Your project is good but i m not able to run it due to the debug error during the compilationit says as

“child nodes are not allowed” .

please help me…
i m working in framework 2.0.

19. tuse - January 12, 2009

hi sigar, can u tell me where exactly you are getting this error so that I may help you out?

20. Sigardave - January 13, 2009

it in the web.config file where there is a tag for the compilers & its version .When i run this project i m having this error in the source file at the compiler tag.

21. Naresh - January 19, 2009

Where is the admin module boss i dun knw how to create a test for certain students..

22. tuse - January 19, 2009

@naresh- there is no admin module incorporated yet, if you wish to change the questions, just do so in the database.

If you have browsed through the code, I am sure you would understand how to do it.

In case you are still experiencing any problems, do feel free to ping me back.

@Sigar- I’m sorry but I do not know why you are getting the problem

23. Ramesh - February 2, 2009

Dear Sir,
pls would u send the coding for the online exam project in asp.net with c# coding…..pls help me …

24. will - February 5, 2009

hi tuse

i seem to run in a configuration problem when i compile your project. it gives me an error in line 44 in webconfig file i.e

is there something i am doing wrong

25. phalguni - February 7, 2009

hi i need the online examination project web screens + code in that need to show randomize questions to different users and adminstrators should update questions & answers so that no same Questions should repeat for @nd time same subject examination

26. tuse - February 8, 2009

@will- just check the requirements for the project to run- you need to have AJAX enabled (which is not by default in VS2k5)

@Ramesh,phalguni- I can give you the code, but I will bill you. Is that ok?

27. will - February 9, 2009

hi tuse
i am using VS 2008. it only gives me an error saying

Could not load file or assembly ‘MySQL.Data, Version=5.1.6.0

on the line with the following code.

add assembly=”MySQL.Data, Version=5.1.6.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D”

did you use wampp with mysql 5. coz i am using XXamp with mysql 4.1

28. tuse - February 9, 2009

hi will,

I used WampServer 2.0 with MySql 5.x

29. rochak agrawal - February 17, 2009

hi.. testing

30. rochak agrawal - February 17, 2009

Hi,

Sorry for replying in late (see my post above)

My upgraded online asp.net examination code is here http://rochakaspnet.blogspot.com/

(download link is on the blog)

Regards

31. vilas khavale - February 28, 2009

Hi. I have read all the details and are nice.
Now i’m working on it

32. vilas khavale - February 28, 2009

Details r quite fine
and i’m working in it

33. Vishnu - March 14, 2009

i am getting an error that chid nodes are not allowed.Can you rectify it?

34. nirjhar - March 24, 2009

can you give some more projects on asp.net using vb on nirjhar18@gmail.com
dnt use ajax

35. ahmed - March 26, 2009

how to make online exam in asp.net c#

36. dharmendra sharma - April 28, 2009

Dear Sir,
pls would u send the coding for the online exam project in asp.net with c# coding…..pls help me … sharma

37. shailendra sen - April 30, 2009

Plz Help…….
i want to make a project based on the online examination methodology by using VB.Net

38. prakash sharma - May 5, 2009

plz tell me that can i make this project in vb.net,if yes plz send code on my id.

39. Sandeep Garg - May 7, 2009

Hi i have seen your project. but till now i am not able to execute it bcoz of database problem. but i try my best for execute it. coz i have SQL servert 2005 as DB. And intresting thing is that i am also working on Online Exams engine in ASP.Net with c#. You have done a great job sir. if you can give me any suggestion on alternate of Ajax for my project plz do this sir, i am so thankful to you.

40. rashmi singh - May 9, 2009

dear friends,
plz help me with my project.
pls would u send the coding for the online exam project in asp.net with c# coding…..pls help me

41. rashmi singh - May 9, 2009

hello friends,
i m doing a project on online examination system in asp.net and c#
.plz send me the code for the same as sson as possible.
my submission date is within a week .
so plz make it faster.

42. mejbahur rahaman - May 17, 2009

Hello friends,
I will do a project on online examination system in asp.net
with c#.
I will be greatfull with u if u send me source code as soon as
possible.

43. pascal - May 17, 2009

pliz send me a copy of the source code for your project coz am working on a simmilar project as my end of semester project

44. NetExpert - May 17, 2009

Hi,

I have find similar project idea in .NET. Check this link.

45. shilpa - May 19, 2009

hi,mam
i want 2 know that ,which testing is used in online exam project.

46. Anthony - May 22, 2009

hi sir ,
i have been searching for Online Examination project source code using asp.net with c#

expecting as soon as possible

47. jaspreet - May 25, 2009

hi sir! i m jaspreet and i m getting problem in using timer control.would u please help me out in this matter.

regards,
jaspreet

48. shalini - June 18, 2009

hai.. am developing the same project on asp.net c# but the problem arises while storing and retrieving the index value of radiobuttonlist.. the selected values are not stored as well retrived … culd u plz help for this problem

49. kala - June 19, 2009

hi ,
Your project is good but i m not able to run it due to the debug error during the compilationit says as

“child nodes are not allowed” .

please help me…
i m working in framework 2.0.
without Ajax howtowerunthisproject
pls give the reply asearly as possible

50. palak - July 15, 2009

hello..
i’m in 5th sem CE..
and i hv 2 make a project in asp.net..
i hvn’t ny idea abt this..
plz…help me..
gv me sm ideas for project..
which project will suits for me??

51. sankar - July 19, 2009

thank u sir ….. for clarifieng my doubt …….
and sir one more please me ….. that
is i want the same in c# language

52. Tahira - August 6, 2009

Aoa sir;
Me tahira and i download ur project.bt i can not open this.i also install mysql data base and visual studio 2008.bt in vain plz tell me if any other thing is require to open this.i wnt to see the interface of this projct.
Regards;
tahira

53. Tahira - August 6, 2009

Sir ,Actually i fogot to tell u that the database which i download from ur provided link when i open that then jst it opened in notpad so plz tell me also about this.If u can do so then send me all the setup reuired for this projct.i m very greatful to u for this fevour.

54. shilpa shukla - August 12, 2009

i want code of online exam in asp.net using c# or javascript ..but at last it should show percentage score..

55. Poonam - August 14, 2009

hello Sir,
i m searching for online exam project source code using asp.net with c#.
plz help me.

56. franklin - August 19, 2009

hello
i’m in 5th sem ce
and i hv 2 make a project in asp.net
i hvn’t n idea adt this
plz help me
gv me sm ideas for project
which project will suits for me??

57. jay - August 20, 2009

Muje Data base ata hai muje dataentry me online job karna hai

58. virendra singh - August 20, 2009

this is not enough information for us

59. piyush - August 21, 2009

hello!!
i want to make my project for online examination in asp.net
so please give me some suggestion
please send in my email-id
thnking you,
piyush

60. fembiz - August 23, 2009

I cannot get it to work. can anyone tell me exactly what I need to do step by step? I keep getting an error

Error 1 Could not load file or assembly ‘MySql.Data, Version=5.1.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d’ or one of its dependencies. The system cannot find the file specified. C:\Inetpub\wwwroot\WebSite12\web.config 44

61. amit - August 24, 2009

i develop online examination system…i am using visual studio 2008 with c# and database sql server 2005……….
pls give code in c# .net as early as possible….

62. fembiz - August 25, 2009

hey guys I am having serious problems with this project. what directory do you place the database in? I keep getting an error

Message=”ERROR [HY000] [MySQL][ODBC 5.1 Driver]Unknown database ‘asp’ ERROR [HY000] [MySQL][ODBC 5.1 Driver]Unknown database ‘asp’”

63. sarvesh - September 1, 2009

i am in 7th sem i make one project so pls help me. to make a result of colege so what i do/

64. sarathy - September 8, 2009

hi i am sarathy,i have problem on connecting virtual directory,pls help me and one more thing is i wants that project on c# coding,if it is possible send me on parthu.t20@gmail.com..
Thankyou….!
Best Regards
S,Sarathy

65. ahraz faridi - September 11, 2009

May 22, 2009
hi sir ,
i have been searching for Online Examination project source code using asp.net with c#

expecting as soon as possible

66. Mohit - September 14, 2009

i have sqlserver2005 please do this for this

67. tuse - September 19, 2009

i am currently not following up on this blog, if you have any questions, mail me- tuse@zenbe.com

68. Vikram Randhawa - September 28, 2009

good i want account project of college which contains fee details, balance,, bus fee etc

69. velu - September 29, 2009

hi friends i want online examination project which is developed in java. please send the link..

70. Amit - September 30, 2009

Nice Code u create Thnx

71. farid - October 16, 2009

hi u done grt job i want project code and how to run that pro plz if possi can u mail me at this id farid.boby@gmail.com

72. farid - October 16, 2009

plz tuse if possi mail me procedure also how to run that project. i’ll b really thankfull to u.

73. swati - October 28, 2009

send me code for Display question with obtion in ASP.NET with c#
and
show result after complition of exam

74. Tushar - October 28, 2009

Hi thank you very much for uploading the code.
can you pls send me the dabase script for sql server 2005. I have downlaoded the ur latest code but it;s giving err for other db table

75. Adarsh - October 29, 2009

hi…the project is seeing good, but may i know how it works

76. tarang - November 2, 2009

hi i downloaded your project .i m getting the error like

Error1 :Child nodes not allowed. (C:\Documents and Settings\XXXX\Desktop\tXXXX vb\online project\WebSite12\web.config line 107)

Error2:C:\Documents and Settings\XX\Desktop\XXXX vb\online project\WebSite12\Default.aspx: ASP.NET runtime error: Child nodes not allowed
. (C:\Documents and Settings\rickyy\Desktop\tarang vb\online project\WebSite12\web.config line 107)
C:\Documents and Settings\rickyy\Desktop\tarang vb\online project\WebSite12\Default.aspx 1 1 C:\…\WebSite12\

while checking the web.config following errors occured

77. ss - November 4, 2009

凸-_-凸
rubbish

78. Jignesh - November 21, 2009

how can create qustion and answer update in onlineexam in asp.net

79. Malinga - December 2, 2009

i have sqlserver2005 please do this for this

80. tuse - December 7, 2009

i am sorry but i have not worked with sqlserver and at the moment i have no plans of porting this to c# or java.

but if you can understand the logic behind the code, it will be very easy for you to do so.

tuse

81. kusum - December 18, 2009

kya hai bhai kyo logo ko nacahaya kertey ho free ve kuch hota nahi hai bus yaha click karo vaha click .

by the way i am kusum bhai logo ek baat batow online exam project agar banuw or kahi dure or koi is title pe bana raha hai toh kya ek jaisa project mana jata hai plz reply ans i m worried on my email id kusum200844@yahoo.com

82. arulazhagan - January 4, 2010

plz..send me online exam project modules. i would like online exam develop in php.

83. gaurav - January 12, 2010

i have downloaded project but it is not running,
pls tell me how to run it .it is very important for me.
mail me at gaurav.kapil05@gmail.com
i will be very thankful to u…….

84. sachin - January 13, 2010

heyy……..i saw d details….dis iz fyn……bt where i can get the project

85. venkatramana - January 27, 2010

i am doing online examination project i want to display timer control in examination forms please send me code for displaying timer control

86. RAHUL - January 27, 2010

I WANT TO GET ONLY DATABASE FOR ONLINE EXAMINATION APPLICATION WITH DATA DICTIONRY

87. vikram doshi - February 2, 2010

hi, man , i m not able to get the code for the online examination.Give me the link from where i can download the project.

88. Brijesh Mehta - February 3, 2010

hey
its amaging i m impresss.
can u send me this project in my email.
i m in 6th sem. IT
plz help me.

89. Brijesh Mehta - February 5, 2010

hey its gud excellent.
i like it very well

90. debasish saha - February 11, 2010

hi sir …how are you….?
I need help about online examination system in c#.can you give me any source code or link where I get the source code…..It will be helpful for me………..
my email: debasish_cse05@yahoo.com

91. rima - February 15, 2010

hi… i m student of final year engg.
i do priject on online exam.
can u give me more projects on this subject.
plz sir…..

92. satwant - February 15, 2010

Hi
I want to do this same project using vb.net and sqlserver 2005…
I want to run it as window application..can you please give me some suggestion towards implemeting this project.

93. mukesh - February 16, 2010

hi sir
i need help on documentation for online examination
can u give me documentation

94. Naeem Ahmed - February 21, 2010

Hi Sir

Im Naeem Ahmed From Karachi Pakistan

I am Student of BS CS and this time our final semester is running in this semester we must Submit our project after that we can able to Passed Degree.

Sir I need help About Online Testing System in ASP.Net 2.0 using VB.net in Visual Studio 2005 Database in SQL server 2005.

I Hope you will help me soooooon and sooooon.

95. rajesh - February 25, 2010

Dear Sir,
would u send the coding for the online exam project in asp.net with c# coding…..pls help me asap

96. Poljakov - February 26, 2010

Автор не устаёт нас удивлять.

97. madhu - March 4, 2010

Hello friends,
Please help me for online test project coding with C#.net,ASP,net, sql server2005.
One more thing is, when the new user login, the user should get different quen’s randomly from the database.

Please me out…

98. gajapathi - March 5, 2010

i need free download of online examination project code on .net

99. vidhyut - March 6, 2010

please send project of online exanination system in asp.net using c#

100. devesh - March 9, 2010

hi
can u send me this project in my email.
i m in 8th sem. IT
plz help me.

101. Shubhrangshu Bhattacharjee - March 12, 2010

I want to make a project on online examination system.
Can I get the DFD & ERD?

102. rohit - March 13, 2010

dear sir,

how to run this project please tell me.

i will very thankful to you

rohit
tuli@live.in

103. renu - March 17, 2010

i want the coding part of this project

104. Naresh - March 23, 2010

I just downloaded the project…. I am going to implement it..Thanks a lot for sharing….

105. Zathursh - March 24, 2010

Thanks for putting this project up. I’m using XAMPP instead of WAMP. Neverthless I’m working through your example. I will let you know how this goes.

I have all the other tools listed.

106. tuse - March 24, 2010

Dear Readers,

The source code that I have shared is for all of you to learn and appreciate the use of ASP.NET. Please do not ask me for further resources for use as your projects in university.

Thank You

107. fabrice - July 18, 2010

this fabrice hello i’m doing a project in asp.net (online medical appointment ) can you help me plz

108. karthik.R - July 20, 2010

how to run the project? pls send it in mail…..

109. karthik.R - July 20, 2010

how to run the project? pls send it in mail…
karthikr_scorpio@rediffmail.com

110. dada - July 21, 2010

ple. send me asp.net source code

111. Anjana - July 27, 2010

Respected sir,

I am a MCA student,I would be grateful if I get the source code for online test(ASP.net with c#).

112. Anjana - July 27, 2010

Respected sir,

I am a MCA student, and I would be grateful if i get the source code for online test (ASP.net with c#) my email id:achujune5@gmail.com

113. Ryan - August 3, 2010

I’ll Just Want To Ask What Was The Algorithm Used On This System. Please Help With My Thesis. I Am Planning To Create A Finger Prints Identity Authentication For Online Examination. I Am Now About To Begin My Project. Please Help Me. I would Be Very Glad To Receive Your Suggestions, Comments, And Recommendation.

Thank You.. God Bless..

You May Reach Me At My Mobile Number
+639301478591.
Or Email At:
ryan_prongco@live.com

Respectfully;

RYAN PRONGCO

114. kristy - August 5, 2010

dear sir,
i need free download of online examination project code on .net

115. Deepak - August 10, 2010

hello friends,
i m doing a project on examination system in vb.net .
plz send me the code for the this as sson as possible.
my submission date is within a week .
so plz make it faster.

116. bidyut - August 13, 2010

sir/mam,
pls give me the code of the online examination project on my email id

117. Geetika parasher - August 15, 2010

hello……..Its vry good good project bt how it will run properly plz tell me

118. Jasvinder - August 18, 2010

dear sir,

how to run this project please tell me.

i will very thankful to you

J@@zzy

119. amina shadan - August 18, 2010

hi… can u plz send me this project code to my email id… i am 5th sem mca student….

120. prachi - August 24, 2010

hii…
how to download this project?

121. satish patel - August 29, 2010

please give this project all information please send your project my email id satish_199119@yahoo.com

122. mohd.muqtdeer - September 1, 2010

hi
i want to code of the online eaxmination project becouse i am a student of mca final final year so i need a project code



Warning: stristr() [function.stristr]: Empty delimiter in /home/tekyt17/public_html/dotnet/wp-content/plugins/wassup/wassup.php on line 2093