Please help me.
Autocomplete list of textbox
I have added two items in autocomplete textbox which are having same name but having case difference .At the time of search autocomplete list shows only capitalise item.I want that list must show both items.
Rajesh Kumar JhaPosted Nov 13, 2013, 3:01 AM
Pls follow the link::
http://stackoverflow.com/questions/5335899/dotnet-how-to-make-autocomplete-textbox-search-case-insensitive
Naganath MaliPosted Nov 13, 2013, 5:11 AM
Rajesh Kumar JhaPosted Nov 13, 2013, 4:33 AM
In All Our Code We Are Using .Contains() method..... So You should use .StartsWith() method for first character
Naganath MaliPosted Nov 13, 2013, 4:28 AM
Jaganathan BantheswaranPosted Nov 13, 2013, 3:00 AM
What type of autocomplete textbox you are using? any jquery plug-in?