Home » 2011 » August » 11

Archive for August 11, 2011

jQuery Datepicker

Nice and easy to configure and setup jQuery datepicker I use in my ASP.NET applications. All needed files can be downloaded from here. Once you access this page, if you would like to download only “Datepicker” files, deselect all and then select only datepicker and then click download. Full demo and other datepicker templates can […]

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. […]