Call method pressing ENTER os a textbox

  • Thread starter Thread starter Fernando Lopes
  • Start date Start date
F

Fernando Lopes

Hi.
I one usercontrol, i have a zipcode textbox .
I need to, when user press ENTER, I call a code-behind method, to check this
zipcode on database and, depending the return of this check, show;hide a
panel.

How can i raise this method just pressing ENTER in textbox?

Thanks
Fernando
 
Back
Top