Search a list box using more than the first character
I've built a list box and can search it by the first character. However, when I get to the P's, I'd like to go to Pl or Plu, etc. Is there a way to do this using vb.net 2.0?
I know it's possible because I can do it on other websites.
I've built a list box and can search it by the first character. However, when I get to the P's, I'd like to go to Pl or Plu, etc. Is there a way to do this using vb.net 2.0?
I know it's possible because I can do it on other websites.
Thanks:
from serverside means it needs a postback you may try auto complete extender for this purpose