Fire event on enter key press for a textbox

后端 未结 10 1479
[愿得一人]
[愿得一人] 2020-12-01 02:05

I have the following asp.net textbox control.


After the user writes something in this

10条回答
  •  情歌与酒
    2020-12-01 02:36

    My 2c.. I have used javascript, but found it did things that were not quite expected.

    USE the panel's defaultButton attribute/property as many of the above posts suggest. It is reliable (EASY) and works in all the browsers I have tested it on.

提交回复
热议问题