like autocompleting textbox, how i can make autocompleting gridview. As i typed letter in textbox i want gridview to show all the records. In c#.net
if possible please provide it with the code
thank you
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manikavelu VelayuthamPosted Nov 25, 2010, 12:20 AM
Sample code and documentation to implement is available in Jquery.com
You will be having one handler to implement this autocomplete plugin.
So each keypress in the textboxes of gridview, a request will be passed through that handler to show the list retrieved from database.