Hi
I have a vb.net application which has a list of 300+ database names in one column.While performing any action on selected db name I will have to scroll the whole list to look for it. Instead, when typing one character from the keyboard, it should highlight the name starting from that character (starting character is 0-9 and a-z). I do not want a seperate search button for it. Does this require a seperate click event which loads those names starting from the typed alphabet?
I have a vb.net application which has a list of 300+ database names in one column.While performing any action on selected db name I will have to scroll the whole list to look for it. Instead, when typing one character from the keyboard, it should highlight the name starting from that character (starting character is 0-9 and a-z). I do not want a seperate search button for it. Does this require a seperate click event which loads those names starting from the typed alphabet?