JQuery search page textbox
Posted
by Geetha
on Stack Overflow
See other posts from Stack Overflow
or by Geetha
Published on 2010-03-29T04:33:56Z
Indexed on
2010/03/29
4:43 UTC
Read the original article
Hit count: 138
jQuery
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.
© Stack Overflow or respective owner