Asked by:
Autocomplete property

Question
-
User-1500873099 posted
Hello... I use combobox with autocomplete property. I fill combobox from database. My problem is that
combobox shows only single item if it has two or more items with different casing Ex- vivo, VIVO, Vivo.
How to fix this problem. I Need these 3 values in combobox.
Wednesday, October 24, 2018 6:19 AM
All replies
-
User1724605321 posted
Hi Rajani123,
Hello... I use combobox with autocomplete property. I fill combobox from database. My problem is that
If you are using the WinForm comboBox control , you could refer to below article :
https://www.c-sharpcorner.com/blogs/autocomplete-combobox-in-visual-c-sharp-2010
If you are using WebForms . The equivalent control for a ComboBox in ASP.Net is the DropDownList. You can use JQuery for autocomplete style functionality. Please refer to below link:
http://jqueryui.com/autocomplete/#combobox.
Best Regards,
Nan Yu
Thursday, October 25, 2018 2:15 AM -
User-1500873099 posted
Hello Nan-yu.. thanks for reply. BUt this not solve my problem.
Let me explain the again...
I use combobox with autocomplete property. For this when Operator type service provider, software shows sorted list as per input typed. But I face problem when small case service provider present in list and in current invoice capital case service provider given. So user type capital case service provider and press tab to move next control, that time service provider change to small case as it present in combobox item.
Plz help me out. I stuck in this
Tuesday, November 20, 2018 7:34 AM -
User1724605321 posted
Hi Rajani123,
That is WinForm combobox question ,please post to WinForm support forum :
https://social.msdn.microsoft.com/Forums/windows/sa/home?forum=winforms
Best Regards,
Nan Yu
Tuesday, November 20, 2018 8:55 AM -
User-1500873099 posted
Ok Nan Yu...
thanks
Wednesday, November 21, 2018 9:35 AM