Search code examples
c#ajaxmodalpopupextender

Close the Ajax Modal popup window on Esc keypress


I had shown a Panel Pop up windows using Ajax and what i have to do is i want to close the window when user press the Esc key.

IS this is possible? Please help me if any one know about this or previously done this.

Thanks


Solution

  • Here is the link through which you can easily close the window from eascape button press:

    http://www.codeproject.com/KB/scripting/Javascript_for_modalpopup.aspx

    hope this help.