This article will explain about getting auto suggestion from Dropdown list view with filtering option in ASP .Net. For Dropdown view asp:DropDownList tag will be used and load the data from script side. With help of javascript 'onkeyup' events will get the dropdown view suggestion at client end. Example Markup page with javascript code below.
Markup page
Server end page
Output
![Output]()
![Output2]()