hello,
I'm developing an examination application using asp.net(C#). so i want to diasable F5 and BACK button of keyboard.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek KumarPosted Sep 18, 2014, 6:49 AM
Please try the code to disable F5 button for refresh,
src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js">
This code will for any key just need to find the ASCII value for the key .
Hope this will help.
Abhishek