-
Textbox event
I am new to ASP .Net and cannot find what evet is fired when you press enter in a textbox control. If someone could point me to a document I would appreciate it. I know I am trying to lookup the wrong topics.
Thanks Clarence
-
If you have a submit button and a single textbox on the page, the button's Click event is fired when you press the enter key. If there are multiple textboxes or submit buttons, no server-side event is fired when you press enter. In that case, the textbox's client-side onKeyPress event is fired; you must use client-side JavaScript to handle the event.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
event
Thank you, I would have never guessed to try to use the button on the screen.
Thanks Clarence
Similar Threads
-
By Kevin Bouwman in forum VB Classic
Replies: 0
Last Post: 08-18-2002, 01:18 PM
-
Replies: 146
Last Post: 08-12-2002, 10:40 PM
-
By Rob Teixeira in forum .NET
Replies: 129
Last Post: 06-06-2002, 05:23 AM
-
By Arger in forum VB Classic
Replies: 0
Last Post: 09-29-2000, 02:46 AM
-
By Antonio Paglia in forum VB Classic
Replies: 0
Last Post: 05-24-2000, 10:17 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks