PDA

View Full Version : Search a list box using more than the first character


MParkhouse
07-24-2009, 11:09 PM
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:

pons_saravanan
08-23-2009, 03:20 PM
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

for javascript you need to write by yourself