jquery - How to make autocomplete textbox that passes a value to another aspx page on submit? -


i have website has products list page , product detail page .

in asp master page placed textbox search products in database .

what need : when visitor begins writing in textbox ,the textbox auocompletes products names in database .

when visitor press enter on result dropdownlist , site takes him product details page filled submitted product details id passed query string home page .

please me searched lot , there similar questions didn't work case .

any link tutorial or question mine here perfect .

thank much

you need automcompleteextender. read in

  1. codeproject tutorial here
  2. official documentation here
  3. msdn tutorial covering needs here

Comments

Popular posts from this blog

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -