I created a user control that consists of a txt box and a drop down
to use it as my warehouse list, the user can either enter a code in the txtbox
(example: "04") and the drop down will display the desc of the warehouse for that code, and viceversa, now I want to add a Key_Press event..how do I do
that???