Geeks Talk

Prepare for your Next Interview




Please Find me a solution

This is a discussion on Please Find me a solution within the ASP.NET forums, part of the Web Development category; i'm using asp.net with c# to create an online Exam ... one of the security stuff i wanna implement is that when the student is taking the exam he ...


Go Back   Geeks Talk > Web Development > ASP.NET

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 10-28-2007
Junior Member
 
Join Date: May 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Honey_Honey is on a distinguished road
Please Find me a solution

i'm using asp.net with c# to create an online Exam ... one of the security stuff i wanna implement is that when the student is taking the exam he won't be able to switch to another window in his pc means the asp page has to be maximized and the student won't be able to resize it other important thing he can't use any of the keys on the keyboard to access the start menu or search his pc.

so how can i lock the screen on that page without letting it lose the focus until the student is done from his exam ..

please help me
thanks
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-19-2007
Junior Member
 
Join Date: Sep 2007
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post
SoulBlight is on a distinguished road
Re: Please Find me a solution

You cannot make changes on envirioment of browser what is running your page ...

This is not possible.
You may develop something like timelimiting of an answer ...
Reply With Quote
  #3 (permalink)  
Old 12-26-2007
Junior Member
 
Join Date: Dec 2007
Location: Hyderabad
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
arvind.net is on a distinguished road
Re: Please Find me a solution

Accessing client System is only through Scripting language ( ex : java script ) . Instead use timing .
For example give 30 second for each Question .If the time expires ( 30 sec over ) then it should go to next question , even though he hadn't answer to the last question . This mechanism is followed by many online test
Reply With Quote
  #4 (permalink)  
Old 06-19-2008
Junior Member
 
Join Date: Jun 2008
Location: Pakistan
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
WAQAR_BHATTI is on a distinguished road
Re: Please Find me a solution

answer fix timing is best answer, u cant fully control enviorment of client system even wih javascript
Reply With Quote
  #5 (permalink)  
Old 06-23-2008
Expert Member
 
Join Date: Dec 2007
Location: Pune
Posts: 128
Thanks: 0
Thanked 6 Times in 6 Posts
peeyush_jain is on a distinguished road
Re: Please Find me a solution

Dear friend, I think its very difficult task however i suggest you that one alternative:
implement SetFocus method to every page and then in javascript check that if this page is active if yes then nothing do and if not then do the session time out or redirect to any default error page says : your session has been expired.
Let me know if it is works.
Reply With Quote
Reply

  Geeks Talk > Web Development > ASP.NET


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
ERP: More than a Sales Solution Lokesh M Geeks Lounge 0 09-13-2007 05:19 PM
Is there solution to get rid of trojan Geek_Guest Geeks Lounge 1 07-23-2007 01:11 AM
needa solution!!!! skarthickji DB2 2 07-13-2007 08:22 AM
what is the solution ? psuresh1982 Brainteasers 4 12-29-2006 08:24 AM
Can you find the solution? Robert Brainteasers 1 08-14-2006 04:05 AM


All times are GMT -4. The time now is 04:31 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved