Hello All
I am looking for the code for forforming the following task though jQuery in asp.net
there is a search box on my web page I want that If I type any letter in the text box all the name of that letter stored in user table of the database should display in a list and so on pattern matching.
suppose I type "a" the
Allen
Ajax
Amir
Abhi
should be display in the list below the search text box..
and if I type "al"
the "allen" should display
what is the optimal method to do so........
please guide........
Thanks
...
Go to the complete details ...