Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
how to search a textbox value and bind to to that textbox in c#
Posted
Updated 8-Oct-15 19:21pm
v2
Comments
[no name] 9-Oct-15 1:33am    
Elaborate more "search a textbox and bind it to that textbox" what does it mean?
Naveen.Sanagasetti 9-Oct-15 5:32am    
could you pl elaborate your requirement..
Radhika20 12-Oct-15 5:58am    
Textbox ahead a search symbol ,we click on that symbol get a window.in that window having some data,if we select that data,that data will assign to that textbox

1 solution

Seems like you are looking for autocomplete kind-of feature..

Try Auto Complete control mentioned in Ajax Control Toolkit. http://www.ajaxcontroltoolkit.com/AutoComplete/AutoComplete.aspx[^]

If you want to do it client side with some services on the server side, go with Typeahead.js:
https://twitter.github.io/typeahead.js/[^]
 
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