hi to all ,Thanks in advance
in my form i have textbox and list box
items in list box are compose,Options,Related,Preview...
my requirement is ,if i enter "Opt" or " Optio" in textbox,then select item in listbox will be selected as " Options",( i mean focus goes to Options)
if i enter "Rela" or "Re" in textbox,then select item in listbox will be selected as "Related",( i mean focus goes to Related)
how can i do it..