Connecting Tech Pros Worldwide Forums | Help | Site Map

Entre key in Text Box

sureshbabu
Guest
 
Posts: n/a
#1: Nov 17 '05

I have 4 textboxes and 4 image buttons on webform. When I
press enter on one text box then click event of first
image button fires.
I like to call my own function when I press enter in a
textbox.
Why click event of first image button get fire

--
sureshbab
-----------------------------------------------------------------------
sureshbabu's Profile: http://www.msusenet.com/member.php?userid=483
View this thread: http://www.msusenet.com/t-187102706


DBC User
Guest
 
Posts: n/a
#2: Nov 17 '05

re: Entre key in Text Box


I use KeyPress event and in the method, I check if it is Enter key and
then call the method you want.

Closed Thread


Similar C# / C Sharp bytes