selecting the text while entering the letter in list box
-
I need help from someone in asp.net. I want to select some particular string while i am entering the letter of the string in list box or by using some other control like combo box, list box. for ex: i have so many items like pen,pencil,pepper,pendulam etc., if i enter the letter according to that the cursor should move to the corresponding string. thanks. v.rajagopalan v.rajagopalan
-
I need help from someone in asp.net. I want to select some particular string while i am entering the letter of the string in list box or by using some other control like combo box, list box. for ex: i have so many items like pen,pencil,pepper,pendulam etc., if i enter the letter according to that the cursor should move to the corresponding string. thanks. v.rajagopalan v.rajagopalan
I think u need something like google suggest functionality. You can download the code from codeproject itself there are many google suggest like article
Nobody is perfect i'm Nobody
-
I need help from someone in asp.net. I want to select some particular string while i am entering the letter of the string in list box or by using some other control like combo box, list box. for ex: i have so many items like pen,pencil,pepper,pendulam etc., if i enter the letter according to that the cursor should move to the corresponding string. thanks. v.rajagopalan v.rajagopalan
Capture the keydown event of the list/combo box in javascript and find the string what you pressed. You have to concatinate the keys you pressed and flush it after some interval of time.
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group