Search Record using Lookup (jquery and ASP.NET MVC)
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.