ASP.Net page enter key causing post back

前端 未结 6 531
眼角桃花
眼角桃花 2020-12-02 23:40

I have an aspx page that postsback when it should not. there are two text boxes, two listboxes and two buttons on the page. if at any-point the enter key is pressed the firs

6条回答
  •  Happy的楠姐
    2020-12-02 23:56

    Use the below code to disable enter key causing postback. This piece of code will block the enter key in all browsers 4.0 above, except when enter is pressed in a Textarea or on the Submit button itself.

    
    

提交回复
热议问题