How can I navigate to the last visited page when ‘ESC’ key is pressed. How can I do this using Asp.net mvc (c#). Please help
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The escape key doesn’t cause any kind of postback, so you won’t be able to do it with .net exclusively. What you’ll need to do is capture the escape keypress with Javascript.