Hi
I am working in a WPF application, using C#.net I want to know, is there any way to disable BackSpace button on a particular xaml page. I want to prevent user from using the backspace button on this particular xaml page. Even if the user presses the BackSpace button, no effect should take place.
Thanks