I have a page which when loads, I call to the RegisterKeyCapture method, setting my submit button as the default for enter... when Enter is hit, the page is submitted, I then make another call to RegisterKeyCapture setting a second button as the default for when enter is selected... This doesnt work, the original submit button remains set as the default key to use when enter is selected...
Any insight as to why and or how to make it so that after submit, the second button is the registered key for enter to activate?