need to show the data if i click the first letter using asp.net using c#
i bind the data in dropdown list if i press a i need to show the data start from a'
like a i press
ambika
ani
abi
like this i need to show using dropdown
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manoj BhoirPosted May 7, 2015, 11:57 AM
I think you should use Autocomplete Control. Please check these links :
Autocomplete
https://jqueryui.com/autocomplete/
jQuery-Autocomplete
https://github.com/devbridge/jQuery-Autocomplete
Populate jQuery AutoComplete TextBox from Database using Web Service in ASP.Net
http://www.aspsnippets.com/Articles/Populate-jQuery-AutoComplete-TextBox-from-Database-using-Web-Service-in-ASPNet.aspx
Dipankar BiswasPosted May 7, 2015, 8:18 AM
see this link..http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/autocompleteclientside/defaultcs.aspx
Nanhe SiddiquePosted May 7, 2015, 8:09 AM
http://www.c-sharpcorner.com/Blogs/11395/