Click here to Skip to main content
15,887,361 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to auto suggest in a text box in a asp.net page. I want to display names of the users from the user table.
Posted
Comments
Herman<T>.Instance 15-Aug-11 7:02am    
so I can simply see which users are available to the system?
[no name] 15-Aug-11 7:04am    
No, I want to add the users to a group. so the text box should suggest user based on the first 2 letters that user is typing. similar to google suggestion when we insert the recipient in compose

 
Share this answer
 
There's alot of articles about that here on The Code Project, here is a few of them:
AJAX WAS Here - Part 3 : Auto Complete TextBox[^]
AJAX AutoComplete/AutoSuggest TextBox[^]
AutoComplete With DataBase and AjaxControlToolkit[^]
 
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