I use the Keypress event to verify when the user typing the ENTER KEY, like below: if (e.KeyChar == 13){//using the ASCII code of a ENTER ...
確定! 回上一頁