boycoto

boycoto

  • NA
  • 147
  • 125.3k

Search Record using Lookup (jquery and ASP.NET MVC)

Jan 4 2013 4:42 AM
Does anyone knows a site (tutorial) that will demonstrate how to search a record using
lookup (popup window) using jQuery in ASP.NET MVC. I do have a textbox for ID and a find button. What I'd like to happen is, I'd like to search a
transaction and thru a press of a button, the lookup will show and list all transactions at the same time, I can able to filter list of transactions within the lookup.  Once the user selected a transaction on the list, the transaction id will be passed to the textbox.