with keycode for 5 key, which is 53
-----------------aspx file----------------------
----- add this to the body
/>
Text:
-------------------aspx.vb
file----------------------
-------
--- In page load...
if Not IsPostBack Then
txtbox.Attributes.Add("onK
eyPress", "doClick('" + btnCalculation.ClientID + "',event)")
End If
__________________________
__________
__________
__________
__________
__________
_
---in aspx --look up '5' key and place key code in there...this looks for enter...