Hi, I am trying to make my view to include labels that update themselves when other input fields on the page have been updated. EF6 is used for mapping.
When the name and date fields of the page have been updated, I want a label to display data from another model. The data can be obtained by querying the database using the current name and date the user has just inputted. A label should update itself when either of the inputted date or name is changed. How can I do this?
I am trying to make my view to include labels that update themselves when other input fields on the page have been updated.
When the name and date fields of the page have been updated, I want a label to display data from another model. The data can be obtained by querying the database using the current name and date the user has just inputted. A label should update itself when either of the inputted date or name is changed. How can I do this?
I would like to do the filtering with jQuery Ajax, how should I code the controller and view? Thanks in advance.
Here is the models, controller and view I use 6334662.aspx