Link to home
Start Free TrialLog in
Avatar of pamela rizk
pamela rizkFlag for Lebanon

asked on

asp.net web application

i need  a band that contain from A T Z to be developped i web application
so that when teh user click on "A" , all phone number that begin with "A" will Appear
would you please send me some articles
Avatar of Tapan Pattanaik
Tapan Pattanaik
Flag of India image

Hi pamela,

Are you looking for asp.net autocomplete feature?  If my understanding is correct then here is the details.

AutoComplete is an ASP.NET AJAX extender that can be attached to any Text Box control, and will associate that control with a popup panel to display list of words that begin with the prefix typed into the textbox.

For getting this you can use asp:scriptmanager, ajaxtoolkit:autocompleteextender, etc.. For more details please check the below links.

please send me some articles

Autocomplete Textbox in Asp.Net With DataBase Using C# AjaxControlToolkit :

http://www.aspdotnet-pools.com/2014/06/autocomplete-textbox-in-aspnet-with.html

AJAX AutoComplete example with database in ASP.NET

http://www.dotnetfox.com/articles/ajax-autocomplete-example-with-database-in-Asp-Net-1079.aspx

Implementing Auto Suggest Functionality using Ajax Control:

https://www.codeproject.com/tips/413197/a-beginners-guide-implementing-auto-suggest-functi

Regards,
Tapan Pattanaik
ASKER CERTIFIED SOLUTION
Avatar of YZlat
YZlat
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial