I have the following asp.net textbox control.
After the user writes something in this
Try follow: Aspx:
JS:
function EnterEvent(e, callback) { if (e.keyCode == 13) { callback(); } }