Combobox DropDownList and keypress

Posted by Jim on Stack Overflow See other posts from Stack Overflow or by Jim
Published on 2010-05-07T20:06:22Z Indexed on 2010/05/07 20:18 UTC
Read the original article Hit count: 344

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about combobox