Click here to Skip to main content
15,919,358 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello Guys
Will u people please tell me that how to implement the auto suggestion box in a grid view help guys its urgent.

Give me the example also
Posted
Updated 14-Feb-10 1:20am
v2

You need to add the Autosuggest control in the item-template of the grid.

There are lots of Autosuggest textbox/dropdown control codes on codeproject itself. Using Ajax they suggest the values that can be autofilled while typing.
 
Share this answer
 
Hereis an example of an Autocomplete box used in client side scripting.
 
Share this answer
 
Add a TextBox in an ItemTemplate of GridView, and then, Use AutoComplete control in that TextBox.
Is this what you were looking for? If not, pls elaborate your question.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900