Author: Pius | Posted on: 7/23/2009 6:30:40 AM | Views : 1245

Im trying to get an an html button ( <button id="test"></button> ) to be executed when the ENTER key is pressed in a form.
I tried passing the HTML button into an asp panel's DefaultButton parameter but it said that it requires an IButtonControl.
My question is, is it possible to cast an html button to act as an IButtonControl to be fired when the enter key is clicked?
...

Go to the complete details ...