Hi,
How can i achieve autocomplete feature of a textbox in asp.net webpage.
Hi,
How can i achieve autocomplete feature of a textbox in asp.net webpage.
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.
Keyur NarkhiPosted May 21, 2012, 2:43 AM
Gaurav,you can use ajax control toolkit for this.
Following are the URL you can use
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AutoComplete/AutoComplete.aspx
http://www.asp.net/ajaxlibrary/act_AutoComplete.ashx
Hope this helps
thanks
Satyapriya NayakPosted May 21, 2012, 1:24 AM
Please refer the below link
http://www.c-sharpcorner.com/uploadfile/raj1979/autocomplete-using-jquery/default.aspx
http://www.c-sharpcorner.com/UploadFile/raj1979/auto-complete-in-Asp-Net-using-ajax/
Thanks