Hi
I have created quiz application. once login entered by user then test will start after he will submit the test then results will appear. If user clicks back button in toolbar then again earlier questions appears, it should not appear as he already given the test.
Asp.net c#
Thank you.
Hi I have created quiz application. once login entered by user then test will
Share
You can maintain a session variable where you can store a value. Then when your user submits a test, you can check that value on a test page and then decide whether to show test or not.
If you want to restrict on the client side, there is one work around here…
Just put this javascript on the html section of aspx page above head section.
This causes every back to return with a forward.