I have a dropdownlist that holds all of the TimeZone.Displayname
All of these display names come out as:
(GMT +09:00) Seoul, (GMT -06:00) Central Time (US & Canada), etc.
Is there a way to have a keypress event that would search through the first letter after the ")"? Right now it only recognizes the first character of the combobox string which is "("
EDIT
Changed title because timezones don't really have to do with the issue.