I am working on online exam page if the user click on start exam button there are three process have to done
- disable button
- click on back button in browser it will going to redirect to login page
In the section, I have completed 1. But how to achieve point 2? Does this require C#, JavaScript, jQuery or ASP.NET?
Could this work? Response.Redirect() or Server.Redirect()