Dear Sir,
When developing web application, we have a form to
enter the name of a patient, then click the Query button on form to submit
the criteria, in MVC mode, another action will handle this request and filter it.
How can I show the grid based on the filter criteria the user has typed?
Thanks