Ask a Question related to ASP.NET General, Design and Development.
-
Greg H #1
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
-
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... -
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... -
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... -
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.... -
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 -
David Waz... #2
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.
invoke a button click>-----Original Message-----
>I am really missing something. I want the enter key tofire, but If I put>on a form
>after entering text in a textbox.
>
>But if I only have one textbox the click event will not
David Waz... Guest



Reply With Quote

