Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi Experts,

I want to create an custom control just like an Autosuggest control for my windows application. When I type, it should show a grid for the suggestion have the typed value.

for an example if I want to search a student "ashish". As soon as I type A in textbox, it should show its First Name, Last name, Address, its image and some other info into a grid or grid like format beneath that control. All those info will come from Database.

and if i press enter on a selected row or double click on a row it should set that value in textbox.

Any suggestions how should i proceed for this.

Thanks in advance for your help!!!

Regards
Ashish Mahajan
Posted
Comments
Sergey Alexandrovich Kryukov 30-Nov-11 2:14am    
What could be a suggestion? just do it. Any particular difficulty?
--SA

1 solution

You can use ajax auto complete for this operation

for ref:

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AutoComplete/AutoComplete.aspx
 
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