ASP.Net form requires Two textboxes to get enter key to invoke button click

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default ASP.Net form requires Two textboxes to get enter key to invoke button click

    I am really missing something. I want the enter key to invoke a button click
    on a form
    after entering text in a textbox.

    But if I only have one textbox the click event will not fire, but If I put
    two textboxes
    on the form the click event will fire

    I have a colleague look at this, and he can't see it either


    Greg H Guest

  2. Similar Questions and Discussions

    1. disable enter button to submit form
      I'm very new to ColdFusion - I'm building forms in Deamweaver, then using Cld fusion to pass he data to an Access Database. So far, so good. But...
    2. Missing invoke button
      If you use "complex types" as parameters you can't use the default test page. So if you're parameters are strings, integers, ... no problem. Also...
    3. WWW::Mechanize click($button) not finding right button to click
      Based on wise advice from participants of this forum, I rewrote my web automation script using WWW::Mechanize. The script now successfully logs...
    4. Button.Init? how Do I know if click event has been fired? TextBox.TextChanged event before Button.Click in a CompositeCustomControl.
      Hello I have the following situation: (everything is dynamic (controls.add)) 1. Button.Init { WasButtonClickFired = true } 2....
    5. Can I Simulate Form Button click w\ code?
      I have code I must execute with a click of a button. Can I click the button on the PDF form with code as I can in VB? thx
  3. #2

    Default ASP.Net form requires Two textboxes to get enter key to invoke button click

    I recall having the same issue, but with one or two BUTTON
    controls...

    I think our solution was to place a hidden control to make
    it work.
    >-----Original Message-----
    >I am really missing something. I want the enter key to
    invoke a button click
    >on a form
    >after entering text in a textbox.
    >
    >But if I only have one textbox the click event will not
    fire, but If I put

    David Waz... Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139