sort a items of combobox control in asp.net using Jquery?
how to sort a characters of asp.net combobox.Like for example if in my combobox there are letters from a-z then if i press z then only z should be visible rest of all should not be visible and also user can not enter characters other than that my combobox contain.Is it possible ?
Sanjeeb LenkaPosted Oct 31, 2013, 5:16 AM
for this you can use AutoComplete textbox .
refer to this link
using JQuery
http://dotnetmylife.blogspot.in/2013/10/jquery-autocomplete-getting-data-from.html
using ajax control toolkit
http://www.aspdotnet-suresh.com/2011/05/ajax-autocompleteextender-sample.html
Jaganathan BantheswaranPosted Oct 31, 2013, 5:11 AM
Are you talking about auto complete text box? Have a look here