JQuery search page textbox
- by Geetha
Hi all,
I am creating a search page using asp.net[c#] with jquery.
Needs:
If we are typing a word in the text box, for each letter it has to display the related word in the database.
ex:
step 1. w [display: world
Whole]
step 2: wor[display: World]
How to achieve this using jquery
Geetha.