Home » Posts tagged "Visual Studio" (Page 5)

Archive for the 'Visual Studio' Tag

jQuery Autocomplete ASP.NET

Simple and easy to setup “autocomplete” code for a search textbox in your ASP.NET application. What do you need: 1. Generic handler (Search_VB.ashx) – Download it from here as a text file and convert it to ashx. 2. Stylesheet (jquery.autocomplete.css) – Download it from here as a text file and convert it to css. 3. […]

Form Drop-down-list binding

Learn how to make easy drop-down-list with a list of different choices and binding the existing data with the form. Screenshot speaks for itself.