Click here to Skip to main content
Licence 
First Posted 11 Jul 2006
Views 12,586
Bookmarked 13 times

Calling Control on Pressing Enter

By | 11 Jul 2006 | Article
Calling Control on Pressing Enter

Introduction

If you had browsed through many search engines(obviously one cant avoid it in course of each day), once you give the search word and press "Enter Key", the page automatically searches and displays the results. Now when it comes to implementation of the same in our development what need to be done?
 
Suppose you have a textbox and when the user enters some text in the textbox and presses enter , the page have to fire the Event for "btnEnter" in the page. What need to be done?
 
Just a line will resolve the issue.
 
On the Page_Load Event of the Page write the following line
           
            Page.RegisterHiddenField("__EVENTTARGET","btnEnter");
 
Replace "btnEnter" with with button name on your screen.
 
Once this is done, on enter in the textbox the event is fired. There are few more round about methods for which we can attach a javascript function to textbox and perform the operation.
 
Hope this little piece of code is useful for all
 
Regards
Umanath

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Umanath Selvan



India India

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
QuestionWouldn't setting DefaultButton be better? PinmemberMike Ellison6:14 12 Jul '06  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 12 Jul 2006
Article Copyright 2006 by Umanath Selvan
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid