Hi, can please help me with this problem. I need time to write a word search in the database and show me the similarities. thanks
The ComboBox in ASP.NET and WindowsForms provides an AutoComplete mode which does just that. For Windows Forms, take a look at the following topic in the Help file - http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Win_Suggest_Mode_for_WinComboEditor.html
For ASP.NET, take a look at http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/WebCombo_WebCombos_Enhanced_Type_Ahead_Feature_Whats_New_2006_2.html
Hope this helps,
-Tony
Hi Tony, I am using ASP with Infragistic 3.5, I cant not read the whole list because it is very large, type the first letter or word and look for matches ( like AutoCompleteExtender , AjaxToolKit). I would the meeting as a method "InitializeDataSource".
.
thanks for answering
Robert, the AutoComplete mode in the WebCombo does exactly that - you type in the first character or word and it will show you a list of matching results. It actively filters the data using AJAX requests. I'm not sure I understand the question about InitializeDataSource.
Hi Tony, I found this forum where you explain how to do what I need, my problem is solved, thank you very much
http://forums.infragistics.com/forums/p/2813/16480.aspx